Click here to Skip to main content
15,889,877 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi..
i want to maintain all gallery images at server side instead of keep gallery images in project folder. Because when i host the project, the size of the project will increase when i include the new gallery photos. Because my site is related to Entertainment i need maintain all celebrities updated images. So i want to place all these images at server side, from server side i need to get the path of the image/folder to display in jsp page. how to do this one.

Please help me





Thanks in Advance
Posted

How to display images from the database in your JSP pages - the easy way[^]

Check this example. This is almost same as you want instead file is store in DB, in your case in file system.
 
Share this answer
 


http://www.plusgallery.net/[^]


from there we can upload the images.
 
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