If they can upload the files one at a time, you can use a FormFile[]. That is what I did... and I made and interface so that the user can add and remove files from the array as they wanted.
-----Original Message----- From: Jagadeesan,Sivakumar [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 5:20 PM To: 'Struts Users Mailing List' Subject: How to upload multiple files?? Hi All: I have requirement that the user could upload more then one file. Something like attachments in a mail? How could I achieve this? I know I could use <html:file property="file" /> to upload a single file. I need to extend this for multiple files --Siva Jagadeesan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

