Drag and drop Files from Windows explorer to List box
-
Hi all, I am trying to develop a web application in which I want to have a list box in a form. It should be able to drag and drop the files on to it. It should just capture the file name with the path. I am able to do this in a Windows application, by setting the "AllowDrag" property of the list box to true. How can I achieve this in Web application? For the matter of fact I just want to capture all the names of the files that are dragged on to the form. It need not be list box alone. any other control will also do. Any ideas please. Thanks you all in Advance. -Ram
-
Hi all, I am trying to develop a web application in which I want to have a list box in a form. It should be able to drag and drop the files on to it. It should just capture the file name with the path. I am able to do this in a Windows application, by setting the "AllowDrag" property of the list box to true. How can I achieve this in Web application? For the matter of fact I just want to capture all the names of the files that are dragged on to the form. It need not be list box alone. any other control will also do. Any ideas please. Thanks you all in Advance. -Ram
-
Hi, Is there any work around? or using AJAX is it possible? or Can I call a Windows application from a web application and get the file names using DB or through session? -Ram
modified on Wednesday, December 19, 2007 3:56:48 AM
ram1974 wrote:
using AJAX is it possible?
No.
ram1974 wrote:
Is there any work around?
If you are using Flash or ActiveX and the user of your side added your side in trusted list in IE then it's possible..
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)