Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Drag and Drop


Message #1 by "Kyle Williams" <kyle.williams@t...> on Wed, 22 May 2002 16:38:24
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
Message #2 by Feduke Cntr Charles R <FedukeCR@m...> on Wed, 22 May 2002 13:42:09 -0400
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

  Return to Index