How can i upload a file to one system to another system?
Dear Frens,
I want to upload a file to my system to another system by using upload control in asp.net with c#.net. I have done uploading a file to my system itself.But i dont have any idea to upload a file to another system.where all the systems are connected with in LAN itself. Can any body give an code or idea to uplaoding a file to another system Thanking You,
Munir ShaikhPosted Jul 30, 2007, 3:27 AM
i have written many articles on uploading files have a look around
http://www.c-sharpcorner.com/UploadFile/munnamax/ProgressBar07062007122251PM/ProgressBar.aspx?ArticleId=0b84aab9-5385-4190-b357-0dd9f8841713
But your case seems to be little different you can only upload file to specific location where your application is running, and you are accessing the same application from some client,
Just a thought while uploading file you use SaveAs method in this method instead of normal path
we can try putting network path "\\Your Server Name\Folder" but possibly this will create permission issue.
This might help you.
Regards,
>>Munnamax