Hi
Im wanting to accept image uploads onto my server.
When a user uploads an image to the server I want to store its location in a database table. tblPictureStore: pictureid | serverlocation | caption | date added
How can I do this?
Also, How could I set up my add_Images form to quickly accept multiple uploads in one go, without knowing the number of images?
Thank you Richard