drag and drop file upload for ASP.NET??

  • Thread starter Thread starter Milsnips
  • Start date Start date
M

Milsnips

hi there,

i'm looking for a drag/drop fileupload tool/script for ASP.NET where the
user wont have to browse for the file, just drag them into a box and it
automatically handles it.

Anyone seen something like this around that is NOT java plug-in?
thanks,
Paul
 
If it isn't a java plug in it will be an activex control. asp.net runs on
the server, it has nothing to do with what goes on on your client browser.
 
If it isn't a java plug in it will be an activex control.

Which would restrict it to IE only...
asp.net runs on the server, it has nothing to do with what goes on on
your client browser.

And, furthermore, has not the slightest knowledge of what is happening on
the client browser until / unless it receives another HttpRequest...
 
Back
Top