Re: Uploading multiple files using single tag.

2012-04-06 Thread sharath karnati
42 AM, sharath karnati wrote: > It is using multiple tags. I need a single and need to > upload multiple files. > > --- On Fri, 4/6/12, Muneer Malik wrote: > > From: Muneer Malik > Subject: Re: Uploading multiple files using single tag. > To: "Struts Users Mailing

Re: Uploading multiple files using single tag.

2012-04-06 Thread jayakumar ala
> --- On Fri, 4/6/12, Muneer Malik wrote: > > From: Muneer Malik > Subject: Re: Uploading multiple files using single tag. > To: "Struts Users Mailing List" > Cc: "sharath karnati" , karna...@yahoo.com > Date: Friday, April 6, 2012, 1:40 PM > > Che

Re: Uploading multiple files using single tag.

2012-04-06 Thread sharath karnati
It is using multiple tags. I need a single and need to upload multiple files. --- On Fri, 4/6/12, Muneer Malik wrote: From: Muneer Malik Subject: Re: Uploading multiple files using single tag. To: "Struts Users Mailing List" Cc: "sharath karnati" , karna...@yahoo.com D

Re: Uploading multiple files using single tag.

2012-04-06 Thread Muneer Malik
Check out the Struts 2 showcase example for uploading files. Best, Muneer On Fri, Apr 6, 2012 at 12:36 PM, sharath karnati wrote: > Hi All, > >Using Struts2 and need to know how to upload multiple files using > single tag. I need a file upload functionality similar to > gmail(Google Email)

Uploading multiple files using single tag.

2012-04-06 Thread sharath karnati
Hi All,    Using Struts2 and need to know how to upload multiple files using single tag. I need a file upload functionality similar to gmail(Google Email).     Please advice how to do this even using other frameworks along with Struts2.    Thanks in advance. Regards, Sharath.

RE: Uploading Multiple Files

2004-08-17 Thread David Friedman
Steven, You should check the archives of this list. There were discussions in the last 3 weeks (or sooner) about it. I recall that thread covered uploading multiple files using indexed field names, that you can only upload one file per upload tag (just not supported in the Jakarta Commons

Uploading Multiple Files

2004-08-17 Thread Steven Leija
Hey All, I have a need to be able to upload multiple files in a single form. Does anyone have a recommendation for this approach? Thanks in advance! Steven