Hello, I'm evaluating if booktype fits my needs, I'm wondering if it's possible to import a book from a local epub file, by uploading it. I can't find this on the demo site, nor on a local install
it is not possible at the moment. There are two components here, one is Booktype (for editing) and Objavi (for publishing and importing). Import is done on the Objavi service and not Booktype so because of the current architecture it is a bit problematic to import epub from local file. We are changing current architecture, how Booktype and Objavi communicates and then it would be possible to import from local files.
There is a possible quick fix where you could upload file to Booktype and then Objavi could fetch it from there but we have to see would it be better to do it the right way or invest time in this kind of quick fix.
Looking at the code, seems that epub imports are done byObjavi on espri.cgi, Booktypepasses theURLand ittransformstobooki,then Booktypedoes the restof the import.To importbooki files Objavi is not necessary, it's correct?