Click here to Skip to main content
15,916,019 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
im storing image into data base by convertin into binary format.
when i am using the fil upload control
fileupload1.filename
it is proving only file name like winter.jpg
it is getting error as file not found
what does it mean?
Posted

hope this will help you...


http://forums.asp.net/t/1555583.aspx/1[^]
 
Share this answer
 
When you are using file upload control, you dont need the full path to the image. The image can be referenced through the file upload control properties.

And for security reasons the file upload control is designed to not to expose the full image path on client's machine to the server.

Save An Image Into SQL Server 2000 Database[^]
 
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