Click here to Skip to main content
15,886,578 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to upload images in asp.net without using the file upload control.


plese Help me.

thnx
Posted
Updated 7-Mar-11 20:02pm
v2
Comments
That's Aragon 8-Mar-11 1:52am    
You can not upload without file upload control in web application. If you are talking about transfer then you can use any uploading software like filezilla, CuteFTP and many more.

This should help you out. It contains a flash upload tool that could be integrated with asp.net.
http://www.codeproject.com/KB/aspnet/FlashUpload.aspx
 
Share this answer
 
Comments
Rubaba 9-Mar-11 15:13pm    
nice help,5
Ryan Zahra 10-Mar-11 1:53am    
Thanks :)
See here[^].
 
Share this answer
 
Comments
Rubaba 9-Mar-11 15:14pm    
nice help,5
 
Share this answer
 
Comments
Rubaba 9-Mar-11 15:14pm    
nice help,5
Abhinav S 9-Mar-11 23:25pm    
Thanks
You have to set the enctype attribute of the form to multipart/form-data, then you can access the uploaded file using the HttpRequest.Files collection.
 
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