Quote:
Originally Posted by ematte
I've been using a combination of InDesign and Dreamweaver to output Epubs and get the following error from Epubcheck.
ERROR: test book: length of first filename in archive must be 8, but was 22
Thanks
|
The first file in the epub zipfile must be called "mimetype", with no file type (txt, doc etc) which is 8 characters. This file must also be uncompressed. It informs the system that the rest of the file is an epub.
The content of this file is one line:
application/epub+zip
Absolutely nothing else.