Metadata
- Source
- FLUID-3990
- Type
- Bug
- Priority
- Major
- Status
- Open
- Resolution
- N/A
- Assignee
- N/A
- Reporter
- James Yoon
- Created
2010-12-21T11:23:39.139-0500 - Updated
2014-05-22T14:28:03.566-0400 - Versions
-
- 1.3
- 1.3.1
- Fixed Versions
- N/A
- Component
-
- 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:
- 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.
Environments
IE8 - Win XP, Win 7
FF3.6 - WinXP, Win 7
IE6 - WinXP
Comments
-
Anastasia Cheetham commented
2010-12-21T14:23:17.897-0500 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 -
Colin Clark commented
2011-02-17T17:06:01.372-0500 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. -
Justin Obara commented
2014-05-22T14:28:03.566-0400 Due to a cross site scripting vulnerability we have removed flash support from the uploader. See FLUID-5354