Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hai,
I have an audio file in my windows application. my problem is how it upload and download in a windows form . I mean any control like Fileupload Control in Web application.
Posted

1 solution

If you want to upload to a web site, you have to use the .Net HttpWebRequest object. If you want to transfer via FTP, you have to use the .Net FTPWebRequest class (or something similar). Google is your friend.

BTW, there's an article here on CodeProject that discusses the FTP approach:

C# FTP Client Library[^]
 
Share this answer
 
v2

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