I am building a web application using vs.net and have had a request to add
drag and drop functionality to it to allow users to upload files. We can
upload files through other means but they want to drag and drop them onto
a portion of the web app. I know how to do this with windows applications
but I am not sure if it can be done with web applications. Any help would
be greatly appreciated.
Thanks
Kyle
Kyle,
I don't think there is any built-in way to do drag and drop for a
web browser. Maybe MSIE supports something internally (check
msdn.microsoft.com), but the only way I can think of doing it would be to
write a client-side ActiveX control (eww!).
Good luck.
- Chuck
-----Original Message-----
From: Kyle Williams [mailto:kyle.williams@t...]
Sent: Wednesday, May 22, 2002 12:38 PM
To: ASP+
Subject: [aspx] Drag and Drop
I am building a web application using vs.net and have had a request to add
drag and drop functionality to it to allow users to upload files. We can
upload files through other means but they want to drag and drop them onto
a portion of the web app. I know how to do this with windows applications
but I am not sure if it can be done with web applications. Any help would
be greatly appreciated.
Thanks
Kyle