Re: using html:file and commons-fileupload

2003-08-04 Thread Alen Ribic
-- From: "Filip Polsakiewicz" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, August 04, 2003 4:33 PM Subject: RE: using html:file and commons-fileupload > I just put the fileupload jar into my webapp lib directory. But it sti

RE: using html:file and commons-fileupload

2003-08-04 Thread Filip Polsakiewicz
Alen Ribic [mailto:[EMAIL PROTECTED] > Sent: Monday, August 04, 2003 4:26 PM > To: Struts Users Mailing List > Subject: Re: using html:file and commons-fileupload > > > > Does the Action which handles the form have to extends some specific > class? > no. > Just exten

Re: using html:file and commons-fileupload

2003-08-04 Thread Alen Ribic
04, 2003 4:22 PM Subject: RE: using html:file and commons-fileupload > > > -Original Message- > > From: message message [mailto:[EMAIL PROTECTED] > > Sent: Monday, August 04, 2003 3:38 PM > > To: [EMAIL PROTECTED] > > Subject: RE: using html:file and commons-f

RE: using html:file and commons-fileupload

2003-08-04 Thread Filip Polsakiewicz
Does the Action which handles the form have to extends some specific class? > -Original Message- > From: message message [mailto:[EMAIL PROTECTED] > Sent: Monday, August 04, 2003 3:38 PM > To: [EMAIL PROTECTED] > Subject: RE: using html:file and commons-fileupload > &g

RE: using html:file and commons-fileupload

2003-08-04 Thread message message
, August 04, 2003 3:09 PM > To: Struts Users Mailing List > Subject: Re: using html:file and commons-fileupload > > > Of top of my head: > Are you using a version of upload commons that came with Struts or...? > > Also, you got some code for clues? > > --Alen &

RE: using html:file and commons-fileupload

2003-08-04 Thread Filip Polsakiewicz
PROTECTED]> > To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Sent: Monday, August 04, 2003 2:44 PM > Subject: RE: using html:file and commons-fileupload > > > > Hi, > > changing the type to FormFile didn't solve the problem. Any other ideas? >

Re: using html:file and commons-fileupload

2003-08-04 Thread Alen Ribic
t; Sent: Monday, August 04, 2003 2:44 PM Subject: RE: using html:file and commons-fileupload > Hi, > changing the type to FormFile didn't solve the problem. Any other ideas? > > > > -Original Message- > > From: Alen Ribic [mailto:[EMAIL PROTECTED] > >

RE: using html:file and commons-fileupload

2003-08-04 Thread Filip Polsakiewicz
Hi, changing the type to FormFile didn't solve the problem. Any other ideas? > -Original Message- > From: Alen Ribic [mailto:[EMAIL PROTECTED] > Sent: Monday, August 04, 2003 2:28 PM > To: Struts Users Mailing List > Subject: Re: using html:file an

Re: using html:file and commons-fileupload

2003-08-04 Thread Alen Ribic
- Original Message - From: "Filip Polsakiewicz" <[EMAIL PROTECTED]> To: "Struts Users Mailinglist" <[EMAIL PROTECTED]> Sent: Monday, August 04, 2003 2:24 PM Subject: using html:file and commons-fileupload > Hi, > i have the following problem. I use a element to choose a file > and want

RE: using html:file and commons-fileupload

2003-08-04 Thread Alex Shneyderman
The property will have to be of org.apache.struts.upload.FormFile Type; that is probably the source of your problem Alex. > -Original Message- > From: Filip Polsakiewicz [mailto:[EMAIL PROTECTED] > Sent: Monday, August 04, 2003 8:25 AM > To: Struts Users Mailinglist > Subject: using html: