Re: another mutliple file uploading question

2005-07-16 Thread dumbQuestionsAsker _
Ok thank you for your helpfull answer. From: Laurie Harper <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: user@struts.apache.org Subject: Re: another mutliple file uploading question Date: Fri, 15 Jul 2005 11:34:25 -0400 dumbQuestionsAsker _ wrote: Im new to St

Re: another mutliple file uploading question

2005-07-15 Thread Luis Gervaso
if you like to select multiple files i think it is imposible from only one choose file window (when you click in examine button) you can use an applet for this :( regards 2005/7/15, Laurie Harper <[EMAIL PROTECTED]>: > > dumbQuestionsAsker _ wrote: > > Im new to Struts, and I want to upload mu

Re: another mutliple file uploading question

2005-07-15 Thread Laurie Harper
dumbQuestionsAsker _ wrote: Im new to Struts, and I want to upload multiple files using only one tag. I made some googleling but I did not find anything working, only "that's not possible"-like answers. So my question is simple, is it really impossible to upload multiple files usng only one ?

Re: another mutliple file uploading question

2005-07-15 Thread Ext . Ilitia2
| | cc: | | bcc: | | Subject: Re:

Re: another mutliple file uploading question

2005-07-15 Thread dumbQuestionsAsker _
Struts uses FileUploads(it's include in struts) From: [EMAIL PROTECTED] Reply-To: "Struts Users Mailing List" To: "Struts Users Mailing List" Subject: Re: another mutliple file uploading question Date: Fri, 15 Jul 2005 16:03:25 +0200 have you tried with Jakarta'

Re: another mutliple file uploading question

2005-07-15 Thread Ext . Ilitia2
| | cc: | | bcc: | |

another mutliple file uploading question

2005-07-15 Thread dumbQuestionsAsker _
Hi, Im new to Struts, and I want to upload multiple files using only one tag. I made some googleling but I did not find anything working, only "that's not possible"-like answers. So my question is simple, is it really impossible to upload multiple files usng only one ? Thanks in advance. r