weixiyen / jquery-filedrop

jQuery plugin - drag and drop desktop files and POST to a URL to handle files.
958 stars 285 forks source link

Large file support? #33

Open thepixelmonk opened 13 years ago

thepixelmonk commented 13 years ago

Chrome seems to crash when trying to upload large files. Any plans to support this any time soon? A bit of googling revealed HTML5 should support this via chunking.

balaclark commented 12 years ago

I just want to bump this issue up, this feature would be pretty useful to have.

thepixelmonk commented 12 years ago

@balaclark just fyi, I actually made a plugin based off of filedrop since I needed this and a few other things: https://github.com/saiko-chriskun/jquery-upchunk

balaclark commented 12 years ago

@saiko-chriskun cool, thanks.

Verikon commented 12 years ago

This is actually an issue with Chrome, this plugin is utilising the methods provided as documented. On a side note; rather than have 2 branches, why not do a merge?