#1343 - Replace swfupload with plupload
| Identifier | #1343 |
|---|---|
| Issue type | Feature request or suggestion |
| Title | Replace swfupload with plupload |
| Status | Completed |
| Handling member | Chris Graham |
| Addon | core_abstract_components |
| Description | plupload is definitely what we want to use for our default uploader. Flash is dying and plupload provides a whole range of different uploader options, including HTML5.
We currently have it as an addon, but I'd like to bundle it. However, we need to purchase an OEM license for 80 EUR to be able to do this legally. http://www.plupload.com/commercial.php |
| Steps to reproduce | |
| Additional information | Maybe we will do it as some point, but if anyone wants to sponsor this ;-)... |
| Related to | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".
Comments
swfupload is workable, as is plain HTML -- so we will wait until someone wants to sponsor a plupload OEM license, or until ocProducts potentially makes another investment cycle.
We could have gone with a simple HTML 5 solution as both XHR 2 and the File API are widely supported now except for IE 8 and 9 (about 6% marketshare combined) for which we can just show a plain ol' input[type=upload]. :)
http://caniuse.com/#search=xhr
http://caniuse.com/#search=file%20api
https://github.com/moxiecode/plupload/wiki/Image-Resizing-on-Client-Side
Besides, we do need to support IE9 first-class for at least another few years.