Wow, well it's good to see we're all on the same page. Three replies all suggesting the same option...... zipped files. Yeah.... here's the trick. I'm trying to make this process easier for my mother, not myself. So in the end, this is adding another layer... So, if I don't want to do the zipped files idea (which is a kinda snazzy idea btw) then I have only two other options: 1) do the list of sinlge file selections as suggested, or 2)use another programming language (javascrip or java I would imagine) to connect to the local machine, browse, select the folder, find the files, and submit them in the form as hidden fields (somehow).
Well, if anyone else comes up with a neat idea, let me know. I'll let y'all know if I come up with something interesting myself. Thanks for all the feedback. I appreciate it. --Alex > 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 > _______________________________________________ Boston-pm mailing list [EMAIL PROTECTED] http://mail.pm.org/mailman/listinfo/boston-pm

