RE: multiple file uploads with one property

2005-05-06 Thread Durham David R Jr Ctr 805 CSPTS/SCE
> http://issues.apache.org/bugzilla/show_bug.cgi?id=25963 I applied the suggested patch, and tested it. Looks like it works, though I'm not exactly sure what an automated test script would like for this use case. BTW, does anyone else find the ASCII art in this test hilarious? http://tinyu

RE: multiple file uploads with one property

2005-05-05 Thread Durham David R Jr Ctr 805 CSPTS/SCE
> 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 Hmm, yeah ok, I'll look at these. It would be nice if this were fixed before 1

Re: multiple file uploads with one property

2005-05-05 Thread Niall Pemberton
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

RE: multiple file uploads with one property

2005-05-05 Thread Durham David R Jr Ctr 805 CSPTS/SCE
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. - Dave > -Original Message- > From: Durham David R Jr Ctr 805 CSPTS/SCE > Sent: T

Re: Multiple file uploads

2004-04-16 Thread Michael McGrady
http://wiki.apache.org/struts/StrutsCatalogInstrumentableForms At 10:36 PM 4/15/2004, Andrew Stevens wrote: Hi, I've read various threads on this mailing list about uploading files, and uploading MULTIPLE files. There seems to be some shortcomings. Especially as I want to offer a theoretically i

RE: Multiple file uploads

2004-04-16 Thread Michael McGrady
http://wiki.apache.org/struts/StrutsCatalogInstrumentableForms At 12:03 AM 4/16/2004, Prasad, Kamakshya wrote: Use indexed properties. Link for the same http://jakarta.apache.org/struts/faqs/indexedprops.html -Original Message- From: Andrew Stevens [mailto:[EMAIL PROTECTED] Sent: Friday,

Re: Multiple file uploads

2004-04-16 Thread Michael McGrady
I think that I provided a solution to this in the struts wiki. See under BeanMapForms. At 10:36 PM 4/15/2004, Andrew Stevens wrote: Hi, I've read various threads on this mailing list about uploading files, and uploading MULTIPLE files. There seems to be some shortcomings. Especially as I want

Re: Multiple file uploads

2004-04-16 Thread Joe Germuska
At 3:36 PM +1000 4/16/04, Andrew Stevens wrote: Hi, I've read various threads on this mailing list about uploading files, and uploading MULTIPLE files. There seems to be some shortcomings. Especially as I want to offer a theoretically infinite number of file uploads in one form. 0 to 5 files is re

RE: Multiple file uploads

2004-04-16 Thread amr
cc Subject Please respond to RE: Multiple file uploads "Struts Users

RE: Multiple file uploads

2004-04-16 Thread Andrew Hill
Search the archive and you will find I have explained a technique that involves the use of a single FormFile setter, a session scoped form, and a list, with the user uploading 1 file at a time to the field, submitting it, and being returned to the form with a list of files uploaded so far and a box

RE: Multiple file uploads

2004-04-16 Thread Prasad, Kamakshya
Use indexed properties. Link for the same http://jakarta.apache.org/struts/faqs/indexedprops.html -Original Message- From: Andrew Stevens [mailto:[EMAIL PROTECTED] Sent: Friday, April 16, 2004 2:37 PM To: '[EMAIL PROTECTED]' Subject: Multiple file uploads Hi, I've read various threa