Click here to Skip to main content
15,921,660 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hey,

I am new to windows project.

So can any one help me or tell me the equivalent of file upload control of ASP.NET in Windows application.
or give the small tutorial to upload file in windows project?

thankx in advance.
Posted
Updated 12-Apr-11 3:06am
v2

For similar end result, have a look at this: How to: Upload a File in Visual Basic[^]
 
Share this answer
 
v2
Comments
Espen Harlinn 12-Apr-11 16:03pm    
Good link - it doesn't get simpler than that, my 5 :)
Sandeep Mewara 12-Apr-11 22:48pm    
Thanks Espen.
[Adding to Sandeep's response]

When you have a desktop client, the word "upload" does not mean any one thing. You could send a file to a server through HTTP or FTP or some custom TCP protocol. You could use remoting or WCF. You could use a 3rd part RMI solution. There are just so many ways to do this. The simplest may involve copying a file into a shared network folder. So if you are designing such a solution, these are all things that you need to consider.
 
Share this answer
 
Comments
Espen Harlinn 12-Apr-11 16:01pm    
Good points, 5ed!

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