RE: multiple file upload

2002-12-15 Thread Daniel Joshua
>2. I can create file button in loop so it can be added as per requirement. But, in this case the name of file button will be same. I do not think that you can set multiple FormFile using one name. I think it is some sort of limitation of the Strut framework, but you can always provide that functio

RE: Multiple file upload?

2002-08-19 Thread Alex Birch
hey... Other than the problem with struts and the same file-name... I need the same implementation for an application I'm writing. I wrote a prototype where you choose at run-time how many upload boxes you want on a form which will get set in an indexed property FormFile[]), then the struts Ac

RE: Multiple file upload?

2002-08-18 Thread Martin Cooper
> -Original Message- > From: Andrew Hill [mailto:[EMAIL PROTECTED]] > Sent: Saturday, August 17, 2002 5:56 AM > To: Struts Users Mailing List; [EMAIL PROTECTED] > Subject: RE: Multiple file upload? > > > btw: > What gets submitted for an empty file f

RE: Multiple file upload?

2002-08-18 Thread Martin Cooper
> -Original Message- > From: Andrew Hill [mailto:[EMAIL PROTECTED]] > Sent: Saturday, August 17, 2002 5:51 AM > To: Struts Users Mailing List > Subject: Multiple file upload? > > > Haven't tried this yet so figured I better get advice on the > best approach > before spending time on i

RE: Multiple file upload?

2002-08-17 Thread Jacob Hookom
We setup the ability to have people upload zips and then we unpack them | -Original Message- | From: Andrew Hill [mailto:[EMAIL PROTECTED]] | Sent: Saturday, August 17, 2002 7:51 AM | To: Struts Users Mailing List | Subject: Multiple file upload? | | Haven't tried this yet so figured I b

RE: Multiple file upload?

2002-08-17 Thread Andrew Hill
btw: What gets submitted for an empty file field? Nothing, or null or... ? -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED]] Sent: Saturday, August 17, 2002 20:51 To: Struts Users Mailing List Subject: Multiple file upload? Haven't tried this yet so figured I better get ad