The other option is... You create a pop-up menu system. That have the file form field to select from a location. When you upload the image it populates a HTML display table so you can see it and also allows you to select another image. When you are done.. you close the pop-up menu and that's that! You got options. Just a matter of how much time you wanna invest ;) Aaron > -----Original Message----- > From: Chris Payne [mailto:chris@planetoxygene.com] > Sent: August 29, 2003 5:45 PM > To: php > Subject: Re: Upload multiple files? > > Hi there, > > Ummmm you know what they say, keep it simple and you're probably right you > know, I was thinking it would be more complex but i'll have a play with > that > idea (Isn't it amazing how sometime we try to make things harder for > ourselves than they need be?). > > Thanks for pointing that solution out, it SHOULD work :-) > > Chris > > > Well... > > > > Having never done this I would assume it's the same with and form field > > you want to use as an array (multiple selections). > > > > Create a few different fileselect fields all with the same name but > > adding in [] to make it an array. > > > > Then just loop through the array.. copying the file to the server and > > the filename info to the DB. > > > > Rather simplistic I know but it's a solution. > > > > HTH > > > > Aaron > > > > > -----Original Message----- > > > From: Chris Payne [mailto:chris@planetoxygene.com] > > > Sent: August 29, 2003 5:38 PM > > > To: php > > > Subject: Upload multiple files? > > > > > > Hi there everyone, > > > > > > I have created a newsletter system where you can do lots of nice > > things, > > > one of the things is to be able to upload your images for the > > newsletter > > > via the interface, unfortunately you have to do them 1 at a time. Is > > it > > > possible to be able to select multiple images in 1 go? > > > > > > The image info is stored in a DB and the images themselves are on the > > > server, this way I can do lots of nice things to manage the images > > that > > > have been uploaded without having to access the filesystem too much (I > > > love PHP and MySQL, makes it so easy). > > > > > > Thanks everyone. > > > > > > Chris > > > > -- > > PHP Database Mailing List (http://www.php.net/) > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > > > -- > PHP Database Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php