HI,
How to drag and drop folders/files from One Windows Explorer to another windows explorer in C# ?
Internally when i drag and drop from one explorer to another upload should happen
I am using FTP
My requirement is like i have to drag and drop files,folders… to FTP folder in windows explorer ?
Any code snippet…
If the file already exists you can do it like this: DoDragDrop
If the file does not exists then this how to do it: Transferring Virtual Files to Windows Explorer in C#