Multi-file, simultaneous, drag-and-drop file uploads in the browser without ActiveX?
Posted
by qiq
on Stack Overflow
See other posts from Stack Overflow
or by qiq
Published on 2010-04-07T00:10:42Z
Indexed on
2010/04/07
0:13 UTC
Read the original article
Hit count: 712
I like how Windows Skydrive lets you drag files into Internet Explorer where an ActiveX component uploads those files to your Skydrive account in a queue.
This avoids the cumbersome traditional HTML approach where you present multiple "Browse" buttons and the user has to select individual files one by one, click Upload and then select more files after the first batch completes.
What I'm not sure is how the same effect could be achieved in a web app without ActiveX.
Any suggestions?
© Stack Overflow or respective owner