Hi All,
How to upload files in server folder using windows application with c#?
Thanks and Regards,
Murali.K
Two ways
1. Create FTP on your server and then access it from Windows Application to upload files
2. Create Web service on server and then use it to upload files to server
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.