RE: Multiple files upload

2001-03-29 Thread Alistair Hopkins
EMAIL PROTECTED]] Sent: Thursday, March 29, 2001 9:31 AM To: '[EMAIL PROTECTED]' Subject: RE: Multiple files upload Lakshmi If you are using an HTML form to upload the file then you have some restrictions. The file input element lets you upload one file only and you cannot script this el

RE: Multiple files upload

2001-03-29 Thread Edwards, Peter
Lakshmi If you are using an HTML form to upload the file then you have some restrictions. The file input element lets you upload one file only and you cannot script this element (i.e. you cannot dynamically set the value of the field for security reasons.) This led us to writing an applet but we