Hey Christian, I'll be tackling the list you mentioned down the road, my main focus now is to find a suitable candidate to handle all of the upload functionality. I added some comments inline.
- Bert On 25 May 2012, at 16:11, Christian Vuerings wrote: > Thanks for taking this on. > It will be great if we can do file upload consistently with one plug-in. > > The ultimate goal would be to have a Sakai JavaScript API for this. > Is this also going to be part of your work? Ultimately, yes. However, the newaddcontent widget is a tricky one with a lot of customisation, I'm not sure how far we should go with API-fying that. > > The main things that I currently think about: > - Make sure we set the _charset_: utf-8 property (filenames with weird utf-8 > characters) Absolutely, no existing fixes or functionality should be lost in this transition. > - Upload 200+ files in FF 3.6 (avoid the unresponsive script error) We can look into a fix for this or limit the amount of files you can upload at once in older versions of FF. > - Update to the latest version of jQuery.fileupload. Already did this on my WIP-branch, seemed like a good thing to do. > It seems like they made quite a lot of fixes, more configuration options > [1] & build in AMD support [2] (requireJS) > > - Christian > > [1] > https://github.com/blueimp/jQuery-File-Upload/commits/master/js/jquery.fileupload.js > [2] > https://github.com/blueimp/jQuery-File-Upload/commit/0e6805d1e2c03755b58e859b1ce4dd056c890c8c#diff-4 > > On May 25, 2012, at 7:52 AM, Bert Pareyn wrote: > >> >> Bringing this in to oae-dev as well. >> >> - Bert >> >> On 25 May 2012, at 15:48, Bert Pareyn wrote: >> >>> Hi team, >>> >>> I'm investigating the file upload logic in our code base. >>> We're currently using Multifile to select and create lists of files and >>> upload them with jquery.fileupload. >>> I'll be creating a few tests with jquery.fileupload only solutions to >>> explore how much we still need the MultiFile plugin. >>> >>> My aim here is to keep every bit of functionality we currently have but do >>> it with one library and maybe enhance/speed up that experience a bit. >>> If you'd want to check out that work you can find it on my SAKIII-5626 >>> branch (will be created soon). >>> >>> Any comments and suggestions related to uploads are welcome! >>> >>> - Bert >>> _______________________________________________ >>> oae-core-team mailing list >>> [email protected] >>> http://collab.sakaiproject.org/mailman/listinfo/oae-core-team >> >> _______________________________________________ >> oae-core-team mailing list >> [email protected] >> http://collab.sakaiproject.org/mailman/listinfo/oae-core-team > > _______________________________________________ > oae-dev mailing list > [email protected] > http://collab.sakaiproject.org/mailman/listinfo/oae-dev
_______________________________________________ oae-dev mailing list [email protected] http://collab.sakaiproject.org/mailman/listinfo/oae-dev
