Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi EVeryone Good afternoon can anyone tell me how i can save and retrive the images path name which is stored in the folder and that path has to be saved in the database and i ve to retrive that path of the images and make slide show so can anyone help me for this please
Posted
Comments
OriginalGriff 7-Jun-11 3:22am    
What have you tried?
MURARI00 7-Jun-11 5:37am    
ya i tried and i am able to insert it in the db and retrving but i am not getting how i can scroll thsose images

Try following the instructions I gave you yesterday: Storing and Retriving images and scroll those images by id[^]

We do not do your homework: it is set for a reason. It is there so that you think about what you have been told, and try to understand it. It is also there so that your tutor can identify areas where you are weak, and focus more attention on remedial action.
 
Share this answer
 
hi,,

just put a varchar field in db and just save the path as a string in that field. like
image/imagename.jpg

where image is the folder where u save the image
 
Share this answer
 
Comments
MURARI00 7-Jun-11 5:42am    
Hey can you give any sample code please

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