Click here to Skip to main content
16,019,614 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
Hi,

I want create a Desktop(not web) application in c#.There i need to upload large files to remote server from local machine.

I know about asp.net "file upload" but i want to do it in windows application.Can anyone please help me?

Thanks,
Posted
Comments
Member 10702346 11-Jun-14 10:10am    
What I have come to notice is that there is no file upload dialog for a desktop app as it would be costly to the system by making it more heavier. but there is a file select dialog that will get that path and the file may be used from that place of reference

 
Share this answer
 
Thanks Mark.. But this is for the web applications.But i required for windows application.From there i ll upload the file to server and then get the path.and that path i will embedd in web page.
 
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