Comment 27 for bug 701171

Revision history for this message
rejon (rejon) wrote :

Ok, fabricatorz server has 8M post_max_size and 50M upload_max_filesize.

I tried the plupload with a 1.1 mb file and it works fine in both firefox4 and latest chrome.

I then tried a 2.9 mb file. It fails in both browser.

The 10.9 mb file i have too fails.

Thus, there is some other problem.

Brad, what is a link to a single file uploader. Lets try this.

Also realized same named file has problem with scale at present too.

We need to get plupload to latest version.

First we need to make sure the single file uploader works before using plupload.

Then, we need to make sure aiki software is at latest version, to analyze this upload problem.

I thought it might have been that plupload if has a limit of 8M for post_max_size, and you uploaded a 20M file, it would attempt to chunk the file in sizes that are too large for the 8M default and that is where the error would introduce. That does not appear to be the problem, because 2.9 M file is well under 8 M post max size.

Need to try single uploader first and find problem.

This is not a firefox or chrome latest issue either it seems.