Drag and Drop
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I need to implement drag and drop with some files between a database and the desktop. The problem is that when dragging from the server to the desktop I don't have an actual file to set the data object. I'm looking for something like "delayed rendering" or something else which would allow me to download the file after the user dropped it. Mihai,