Click here to Skip to main content
15,899,313 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
How to upload any type of file in servers folder using windows application?
Posted
Comments
Dave Kreskowiak 28-Jul-12 9:47am    
What matters is what type of "server" you're talking about, which you didn't specify.
bbirajdar 28-Jul-12 10:38am    
Winforms & server ?
OriginalGriff 28-Jul-12 11:07am    
Could be a file server via ftp, or a web server via http / embedded browser. Or might just need File.Copy from a local network file server shared directory. Badly written question, really.

1 solution

If you want to do this via FTP to any FTP site, then you need to use code like this[^]. If you're uploading to one place, that you control, then I'd be inclined to do it with a web service.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900