Slideshow of uploaded images

I want to create a sort of slideshow thing in my application in which
users can upload pictures to a filesystem or database (I don’t know
which is better for this). Then the slideshow will show the pictures
for a minute each. After a picture is shown I want it to be deleted so
that it doesn’t come up in the slideshow again as users will have to pay
to upload them each time. Any help would be great as I’m unsure of how
to show them, add a time limit, or delete them.

If you are using JQuery, then there is a fantastic plugin called JQuery
Cycle (JQuery Cycle Plugin) You can use it to show and add
the
time limit. Deleting: you will have to handle it in the backend.


Abhinav
http://twitter.com/abhinav

On Wed, Sep 2, 2009 at 9:43 AM, Tom D.