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

Description

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:

Environment

IE8 - Win XP, Win 7 FF3.6 - WinXP, Win 7 IE6 - WinXP

Activity

Show:

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

Details

Assignee

Reporter

Components

Affects versions

Priority

Created December 21, 2010 at 4:23 PM
Updated May 22, 2014 at 6:28 PM