PDA

View Full Version : asp potd script


canabalooza
11-13-2003, 12:46 AM
I'm looking for a script in asp that allows users to submit a picture for a picture of the day and then allows the admin to log in and authorize or decline the picture. If the admin authorizes it automatically puts it in the picture rotation queue. Anyone know of a script that does this?

quatu
01-29-2004, 04:53 AM
No I don't know an ASP script that can do exactly what you want. But I know that you easily can make your own script.

First you need to give the user the ability to upload a picture ( http://www.webreference.com/dev/upload/ ). You place uploaded pictures in a seperate folder on the webserver and save the name of picture on a database. In your table you make a true/false field to determine if the picture is authorized.