Click here to Skip to main content
15,886,799 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
when am uploading image it can storing in folder but i want to view from database if i remove imge from folder
Posted
Comments
anusha 2 27-Feb-12 3:15am    
fileadd = (Server.MapPath("Image") + txtMulShortName.Text + "." + file.Substring(file.LastIndexOf(".") + 1).ToString());
fileup.SaveAs(fileadd);...................

1 solution

 
Share this answer
 
Comments
anusha 2 27-Feb-12 3:24am    
am getting image from this folder....(D:\Final IMA\IMA\Image)

but i want to show from Database only...

but am stroing image in DB as binary formate...


but i want to show image from DB only if i delete image folder

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