Click here to Skip to main content
16,016,345 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
I need to upload files from 1 place to other in vb.net windows applications.
Posted
Comments
Raul Iloc 21-Mar-14 13:49pm    
Upload file means to use a internet browser and copy a file from your machine into the web server in the web application folder. So your question make no sense in the case of a Windows application. But in the case of web application (ASPX, ASPX MVC, etc) there are upload controls availble that could be used.
Dave Kreskowiak 21-Mar-14 18:26pm    
"Uploading" a file is just copying it from your machine to a remote machine. Without knowing what the remote server type is that you're sending the file to, it's IMPOSSIBLE to answer your question.

1 solution

Please read this article.

An FTP client library for .NET 2.0[^]
 
Share this answer
 
Comments
Dave Kreskowiak 22-Mar-14 18:29pm    
Considering the OP hasn't specified the server type he's uploading files to, suggesting this is a bit premature.

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