I am trying to develop a photo upload system for my website. Currently I have to upload each photo one at a time, with comments etc, into a database. This works fine, but I'd like to be able to upload all the photos at once and then write a script to comment on the photos thereafter.
All I need help with is the best way to create a simple interface to upload the files. What is the quickest way? POST? FTP? Something else?
Many thanks for your help!
Rupert