[Building Sakai] Sakai 3 and WebDAV or other mass file upload options

D. Stuart Freeman stuart.freeman at et.gatech.edu
Tue Mar 2 09:58:05 PST 2010


What about using something like 

if ("files" in DataTransfer.prototype) {...}

to decide whether or not we can use the drag/drop api, and falling back
on one of the other methods if not.  See
http://stackoverflow.com/questions/2311887/how-to-determine-presence-of-html5-dragndrop-file-upload-api-like-the-one-from
for more detail.

On Mon, Mar 01, 2010 at 10:18:01AM -0800, Eli Cochran wrote:
> Sakai 3 is currently using the Fluid Multi-File Uploader. While this is not a drag and drop solution it does allow the user to easily upload multiple files at the same time. 
> 
> However, the Fluid Uploader uses Flash to achieve its magic and because it is Flash-based it has some issues especially around accessibility. There are some better implementations of a Flash-based multi-file Uploader but they all struggle to work around the limitations imposed by Flash. 
> 
> There are some very nice Java based multi-file uploaders. We dismissed these as an option on Fluid because we felt that Java's security dialogs are just too scary for most users. 
> 
> So multi-file upload via the browser continues to be problematic. 
> 
> One glimmer of hope is HTML5 which implements a native multi-file upload form object. It should be possible to build some nice UI around this functionality. The question is when *and if* Microsoft supports this functionality.
> 
> - Eli 
> 
>  
> 
> 
> On Mar 1, 2010, at 8:52 AM, Keli Sato Amann wrote:
> 
> > Hello
> > Given the issues with WebDAV for Sakai 2.x, I was wondering if the same issues will occur with Sakai 3? If so, are there other ways to enable mass uploading of files by drag and drop, that doesn't rely on third party applications?
> > 
> > Keli Amann
> > User Experience Specialist
> > Academic Computing Services, Stanford University
> > _______________________________________________
> > sakai-dev mailing list
> > sakai-dev at collab.sakaiproject.org
> > http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
> > 
> > TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of "unsubscribe"
> 
> . . . . . . . . . . .  .  .   .    .      .         .              .                     .
> 
> Eli Cochran
> user interaction developer
> ETS, UC Berkeley
> 
> 
> _______________________________________________
> sakai-dev mailing list
> sakai-dev at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
> 
> TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of "unsubscribe"

-- 
D. Stuart Freeman
Georgia Institute of Technology
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
Url : http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20100302/40cc4a4c/attachment.bin 


More information about the sakai-dev mailing list