[PHP] Multiple File Uploads With a Single Input

2002-08-21 Thread Roger Lewis
Is anyone aware of any recent developments that would allow you to upload multiple files from a single input type=file. Many of the messages in the archives say that this is impossible; however, these messages are more that a year old. I would like to be able to click a browse button, select

Re: [PHP] Multiple File Uploads With a Single Input

2002-08-21 Thread Rasmus Lerdorf
That's not how rfc1867 file uploads work. You need multiple browse buttons unless you do some weird client side magic that would zip a bunch of files together and upload them as one. -Rasmus On Wed, 21 Aug 2002, Roger Lewis wrote: Is anyone aware of any recent developments that would allow