On Tue, Dec 07, 2004 at 02:13:16PM -0600, Alex Brelsfoard wrote: > Well, basically, I'm just trying to do a batch upload for my photo album. > I already have it setup so that I can upload one picture at a time. But > say I want to upload all of the pictures from a wedding or something. > They all belong to the same album, have the same date, same photographer, > and some of the same categories. So i am trying to create a batch upload > system for these purposes. I can do this for one file. I just need to > make it possible for more than one..... Should I be seeing if there is a > way I can get the user to be able to select more than one file from their > computer (as opposed to selecting a directory)?
You could provide a column of file upload boxes, but they would still have to select each file. If that gets tedious, you may want to consider the option of uploading a zip file which gets unpacked server side. Given that most of the pictures would share the same metadata, they could enter all the data at upload time. > Or am I simply going to have to get inventive with the use of several > languages? You could use Java applets or MS ActiveX (or whatever it's called now) for multiple uploads. Otherwise, you're stuck with uploading single files. -Gyepi _______________________________________________ Boston-pm mailing list [EMAIL PROTECTED] http://mail.pm.org/mailman/listinfo/boston-pm

