OT: Uploading more than one file at a time?

2002-11-01 Thread Shawn Regan
Hello, Does anyone know of a component or anything that will allow a user to upload more than one file at a time within the browser? TIA Shawn Regan pacifictechnologysolutions 15530-B Rockfield Blvd. Suite 4 Irvine, CA 92618 949.830.1623 w w w . p t s 1 . c o m

Re: OT: Uploading more than one file at a time?

2002-11-01 Thread charlie griefer
Shawn Regan writes: Hello, Does anyone know of a component or anything that will allow a user to upload more than one file at a time within the browser? I'm pretty sure you'd just have to loop over the individual files...provide x number of input type=file fields, and loop on the

Re: OT: Uploading more than one file at a time?

2002-11-01 Thread Rick Root
Shawn Regan writes: Hello, Does anyone know of a component or anything that will allow a user to upload more than one file at a time within the browser? I have a little app that I wrote a while ago that I've incorporated into some of my software that is basically a web-based file manager.

Re: OT: Uploading more than one file at a time?

2002-11-01 Thread Scott Weikert
IE for the PC tends to allow multiple input type=file fields in a form, and pass them on correctly. IE for the Mac, however, ceases passing on form fields when it hits a file one, I've found, and therefore any subsequent file input fields get dropped. Not 100% sure on Netscape. At 09:39 AM

RE: OT: Uploading more than one file at a time?

2002-11-01 Thread Shawn Regan
949.830.1623 w w w . p t s 1 . c o m -Original Message- From: charlie griefer [mailto:charlie;griefer.com] Sent: Friday, November 01, 2002 10:28 AM To: CF-Talk Subject: Re: OT: Uploading more than one file at a time? Shawn Regan writes: Hello, Does anyone know of a component

Re: OT: Uploading more than one file at a time?

2002-11-01 Thread Paris Lundis
://www.pubcrawler.com 412-292-3135 [finding the future in the past, passing the future in the present] [connecting people, places and things] -Original Message- From: Scott Weikert [EMAIL PROTECTED] Date: Fri, 01 Nov 2002 12:12:15 -0700 Subject: Re: OT: Uploading more than one file at a time? IE

Re: OT: Uploading more than one file at a time?

2002-11-01 Thread Rick Root
Scott Weikert wrote: IE for the PC tends to allow multiple input type=file fields in a form, and pass them on correctly. IE for the Mac, however, ceases passing on form fields when it hits a file one, I've found, and therefore any subsequent file input fields get dropped. Not 100% sure on