kumarsivarajan / mollify

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

Uploading large file #469

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. In upload dialog select large file (or drag&drop)
2. Dialog disappears and "nothing happens"

What is the expected output? What do you see instead?
Have file uploaded (with progress bar).

What version of the product are you using? On what operating system?
2.0.9

Please provide any additional information below.
The log file contains error - see attachment.

Original issue reported on code.google.com by lukas.sl...@gmail.com on 2 Oct 2013 at 12:30

Attachments:

GoogleCodeExporter commented 8 years ago
According to http://code.google.com/p/mollify/wiki/PluploadPlugin Mollify 2 
contains HTML5 uploader that shoud be able to process such upload...

Original comment by lukas.sl...@gmail.com on 2 Oct 2013 at 12:33

GoogleCodeExporter commented 8 years ago
Yes it does handle, try enabling chunk upload:

mollify.App.init({
    … ,
    "html5-uploader": {
        maxChunkSize: 100000
    }
}, [ … ]);

Use chunk size as big as possible.

Original comment by samuli.j...@gmail.com on 2 Oct 2013 at 5:02

GoogleCodeExporter commented 8 years ago
Thanks for the reply. Seems to work.
I suggest adding such info in wiki.

Original comment by lukas.sl...@gmail.com on 2 Oct 2013 at 5:13

GoogleCodeExporter commented 8 years ago
Added wiki page: https://code.google.com/p/mollify/wiki/Uploader

Original comment by samuli.j...@gmail.com on 6 Oct 2013 at 10:16