Click here to Skip to main content
15,909,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hii i have created a Image gallery for a photostudio(owner) in that studio owner can upload images using fileuploader.(Image is storing in Folder and binary data is going in database. on page image is showing in datalist.)
He want a seprate pannel from where he can do direct upload or delete images into gallery.??
plzz tell me any suggestion or Link to complete this.??
Thnxx.
Posted
Comments
Vinodh.B 17-Jan-14 4:41am    
All images that are displayed should be approved by admin . This is the basic principle since you can have control of the photo's that are being posted .

1 solution

To create an admin page, write code. Store settings in your database so you can easily make the admin page work, and make your other pages do things based on those settings. There's tons of articles on the web on how to upload images and store in to your DB. Deleting them is obviously trivial.
 
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