logiclord / epubReader

epubReader is a standalone fluid infusion component. This project is about implementing a web based ePub reader component based on open web technologies for infusion framework
http://webbasedepubreader.blogspot.in
53 stars 16 forks source link

error in jszip-load.js #14

Closed sangari closed 12 years ago

sangari commented 12 years ago

hai,

i have used your file but i got an Error: End of stream reached (stream length = 401272, asked index = 458090). Corrupted zip ? in jszip-load.js pls help me.

sangari commented 12 years ago

hai, i got working by adding mimetype in xhr request. xhr.overrideMimeType("text/plain; charset=x-user-defined");

logiclord commented 12 years ago

Can provide some more details ? Which epub file you tried to use ? Did you followed setup guide ?