web-server-chrome icon indicating copy to clipboard operation
web-server-chrome copied to clipboard

Can't upload large files

Open pakipaki2000 opened this issue 6 years ago • 1 comments

Hi,

Can't upload large files, it keeps crashing (to the point I have to reboot my computer) as it doesn't chunk it or anything as far as I see in Handlers.js. Anyway to modify it to store in a chunked way and avoid crash?

Thanks for this great project! This last feature and it will be just amazing

pakipaki2000 avatar Jan 13 '19 12:01 pakipaki2000

Yep it reads it all into memory. This would be a great improvement (as well as a progress meter)

kzahel avatar May 29 '19 13:05 kzahel