epub.js icon indicating copy to clipboard operation
epub.js copied to clipboard

Question: User uploaded epub

Open dsousadev opened this issue 6 years ago • 1 comments

I'm building a web app where user's will upload their own epub files(becomes an uploaded File Object) - is it possible to access the raw string data of each chapter and store it in a variable with this library? Thanks!

dsousadev avatar Apr 09 '19 01:04 dsousadev

Instead of passing a url to ePub(), you can pass an arrayBuffer of the epub data instead.

BinBashBanana avatar Sep 20 '21 16:09 BinBashBanana