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? The main things that I currently think about: - Make sure we set the _charset_: utf-8 property (filenames with weird utf-8 characters) - Upload 200+ files in FF 3.6 (avoid the unresponsive script error) - Update to the latest version of jQuery.fileupload. 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
