Apologies, I'm not an expert in FileUpload. However I believe the Commons
FileUpload will handle multiple files - since what it does is basically
parse the request and return a list of items. I think the issue is probably
in Struts. There are these tickets related to this:

http://issues.apache.org/bugzilla/show_bug.cgi?id=6847
http://issues.apache.org/bugzilla/show_bug.cgi?id=25963
http://issues.apache.org/bugzilla/show_bug.cgi?id=29807

I would suggest starting by looking at the Struts
CommonsMultipartRequestHandler class to see how it uses Commons FileUpload.
The other place to look is in how Struts takes the file items and populates
them in the ActionForm which is in RequestUtil's populate method.

Niall

----- Original Message ----- 
From: "Durham David R Jr Ctr 805 CSPTS/SCE" <[EMAIL PROTECTED]>
Sent: Thursday, May 05, 2005 7:35 PM


Upon further investigation, it appears that commons-fileupload does not
support uploading multiple files with the same parameter name.  I'm
going to take this discussion (with myself) over to commons list.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to