View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
1343 | Composr | core_abstract_components | public | 2013-08-12 23:13 | 2014-11-25 18:21 |
Reporter | Chris Graham | Assigned To | Chris Graham | ||
Priority | normal | Severity | feature | ||
Status | resolved | Resolution | fixed | ||
Summary | 1343: Replace swfupload with plupload | ||||
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 | ||||
Additional Information | Maybe we will do it as some point, but if anyone wants to sponsor this ;-)... | ||||
Tags | No tags attached. | ||||
Attach Tags | |||||
Time estimation (hours) | 2 | ||||
Sponsorship open | |||||
|
I asked if they'd do a discount for an alternative Open Source licence, but they politely declined. 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. |
|
I think there wasn't much need to have a Flash fallback for v10 anyway. 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 |
|
PlUpload is very nice and can do other things: 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. |