Pavel
Pavel
It was already asked before: https://github.com/ProgerXP/FileDrop/issues/63
It's not a good idea to initialize FileDrop on a non-inserted zone node because eventually you will insert it into the main document which will remove all previously bound DOM...
Sorry for the delay. Do you still need a solution? I think I know what can be done although I expected FileDrop to have access to main DOM upon initiaization....
@igormukhin I get your point. Should this question bother someone else - write up here.
It's not supposed to happen... I am currently away and can't test this myself but it would help a lot if you could do a quick benchmark. For this make...
Have you tested partial reading (http://filedropjs.org/#partial)? This is specifically for avoiding loading entire file into the memory (now that I think about it it's normal that browser tries to load...
@oytuntez I don't entirely understand your point. If you say that: > Disabling FileReader gained me: > > Page doesn't freeze anymore when selected a large file (it normally pauses...
> It doesn't say it "fails". That's right, I've misread it. > I am able to upload GBs of files now. You may want to take a look at this......
Okay, I definitely need to do some research about it because FileReader is supposed to be the W3C way of doing the upload. It's strange that it's the bottleneck. It...
I should definitely get to fix this... @Pin0 any results?