kumarsivarajan / mollify

Automatically exported from code.google.com/p/mollify
0 stars 0 forks source link

Jquery File Upload plugin on Mollify 2.0 and chunking support #460

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,
On Mollify 2, you use Jquery File Upload from Bluimp, this is great !
This plugin support chunked uploads for big files uploads.

Normally we had to set the chunke size on option "maxChunkSize: undefined," and 
have the corresponding server side code (a demo implementation is available on 
the plugin site).

Sooo, do chunked upload is functionnal or do the server side code is not here 
for now ?

Original issue reported on code.google.com by noel.fro...@gmail.com on 12 Sep 2013 at 12:49

GoogleCodeExporter commented 8 years ago
Version 2.0.3 has possibility to pass settings to uploader, for example chunk 
size (https://github.com/blueimp/jQuery-File-Upload/wiki/Options#maxchunksize):

mollify.App.init({
    ...,
    "html5-uploader": {
        maxChunkSize: 10000
    }
});

Original comment by samuli.j...@gmail.com on 13 Sep 2013 at 10:48

GoogleCodeExporter commented 8 years ago

Original comment by samuli.j...@gmail.com on 15 Sep 2013 at 7:17