Copy from server
-
Hi all..... Am doing a Web application. I want to copy a file from server to localdisk in web application. how is it done? is CopyTo(); is ok? what is the format of this? when i tried this am getting following error....
Argument '1': cannot convert from 'string' to 'System.Array'
-
Hi all..... Am doing a Web application. I want to copy a file from server to localdisk in web application. how is it done? is CopyTo(); is ok? what is the format of this? when i tried this am getting following error....
Argument '1': cannot convert from 'string' to 'System.Array'
P_Elza wrote:
I want to copy a file from server to localdisk in web application
You can't copy files from server to local machine. You can redirect page to the file which needs to be stored, browser will open a save dialog and user can save it.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions