Forum Moderators: coopster
basically, what you will do is first create a form that allows users to submit the image(s). the action script will verify the image, and will store the image permanently on the server. to track all the images being uploaded, you will have to enter its information in the database (likely you'd need an imageId, name, URL as fields). as you store the file on the server, insert its information in the databse so you can retrieve it later (to display or other purposes).
[edited by: eelixduppy at 7:15 pm (utc) on July 31, 2008]
[edit reason] removed url [/edit]