Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am trying to make a simple upload audio file from any location in my computer using c# in a windows form application. It has to have a textbox and a upload button. I want the files to be stored in a pre specified directory.inwhich i wish to store the files (Not where the user wants to store it)

thanks in advance
Posted
Updated 3-Mar-12 0:36am
v2
Comments
El_Codero 2-Mar-12 21:05pm    
Hi, do you leave a word? "upload from ... in c#? Otherwise unfortunately I don't really now what you try to achieve. Where do you take the files from?Maybe what type of File? The User should be able to select a file to upload and the path will be shown in textbox? Regards
OriginalGriff 3-Mar-12 6:40am    
And what is your problem?
Where do you need help?

1 solution

So, what's the problem??

Right now, I see one glaring one. What application level protocol are you going to explose to clients for them to upload files?? HTTP, FTP, TFTP, your own custom protocol?

That lilttle specification kind of makes all the difference in the world as to the direction of answers you're going to get.
 
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