Cannot upload files larger than ~20 MB in Flash uploader and ~100 MB in HTML5 uploader
Description
Environment
Activity

Justin Obara May 22, 2014 at 6:28 PM
Due to a cross site scripting vulnerability we have removed flash support from the uploader. See

Colin Clark February 17, 2011 at 10:06 PM
There are two actual bugs here:
1. We ship the Uploader by default with a 20 Mb file limit. Is this a good default to ship with?
2. The HTML5 strategy for the Uploader assumes the file size limit is specified in megabytes, when it's actually kilobytes. As a result, the file size limit on modern HTML5 browsers is actually 1000x higher than the specified size.

Anastasia Cheetham December 21, 2010 at 7:23 PM
A comment about this: If we're going to keep a file size limit, we should implement some form of feedback in cases where a file is rejected because of size. Currently, there's none so
a) if you only tried one file, nothing happens, but you don't know why
b) if you selected several files and one is rejected, you might not even notice because the others show up in the queue
Using the Uploader demo (http://build.fluidproject.org/infusion/components/uploader/html/Uploader.html) I can upload files larger than 20MB in FF 3.6, but unable to upload (i.e. can't queue) the same files in IE8.
To reproduce:
load http://build.fluidproject.org/infusion/components/uploader/html/Uploader.html in IE8 and FF3.6
try to add a file greater than 20MB to the queue (easy way to create such a file is to create a zip file and stuff it).
In FF3.6, the file should appear in the queue.
In IE8, the OS browse dialog should disappear and no file appears in the queue.