muxinc / upchunk

Uploads Chunks! Takes big files, splits them up, then uploads each one with care (and PUT requests).
MIT License
329 stars 46 forks source link

feat: error on filereader fails #136

Closed cjpillsbury closed 3 months ago

cjpillsbury commented 3 months ago

This is primarily to account for Safari/WebKit + Big Boi File errors (https://bugs.webkit.org/show_bug.cgi?id=272600)

relates to: https://github.com/muxinc/upchunk/issues/134