Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Big server---->My PC --------->Web Host------------>Client




OR


Big server----> --------->Web Host------------>Client
Posted

1 solution

No, by one simple reason: even if you successfully move your file(s) to the server, it will be called "uploading", not "downloading". :-)

Just read about uploading; this is quite a commonplace for Web sites. The simplest way to do it is to create a Web form with the method "POST" and the <input type="file"> element inside the form and handle the post in your server-side ASP.NET code.

—SA
 
Share this answer
 
v3

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