Relative Content

Tag Archive for djangodjango-formsdjango-file-upload

In Django, how to upload an epub and display the epub’s xhtml contents as a (checkbox) list for further processing of xhtml file content?

High-level overview: I have a Django project, and I’m trying to create an interface to allow users to upload an epub. On form submission, the epub would be processed (unzipped), and its xhtml contents would be display as a list of s on the new page. This new page would also be a form/view. The user could then select the xhtml files they want and submit that form. The selected xhtml files would then have their text extracted and display on the third and final view.