Click here to Skip to main content
15,891,316 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all I want to know how to upload web application without using ftp means filezilla.The criteria is source files should not be opened after uploading.
Posted
Comments
Sandeep Mewara 20-May-11 0:38am    
Not clear.

1 solution

You question is not 100% clear to me, but I assume you are just interested in uploading files generally.
You can use the standard file upload control:
http://asp.net-tutorials.com/controls/file-upload-control/[^]
You can also use the html input tag, with the type set to "upload" here is an article describing how to use it with ASP.NET. File Upload with ASP.NET[^]
 
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