re: File upload using tag fails..java.lang.IllegalArgumentException:

2006-05-11 Thread kommineni Anita
Yeah it worked by just using the common_fileupload.jar and also by removing the commons 1.1 from all my other libs in the Websphere Appserver lib ext aswell. Thanks, Anita --- Kyle Wu <[EMAIL PROTECTED]> wrote: > as far as I know, file upload issue just require > commons-fileupload.jar which i

Re: File upload using tag fails..java.lang.IllegalArgumentException:

2006-05-10 Thread siva sajja
hope you have given your form declaration as kommineni Anita <[EMAIL PROTECTED]> 写道: David, U are right...But If I change that to post I get java.lang.NoClassDefFoundError:org/apache/commons/io/output/DeferredFileOutputStream , though I have the necessary jar's in place. Thanks, /Anita --

re: File upload using tag fails..java.lang.IllegalArgumentException:

2006-05-10 Thread Kyle Wu
as far as I know, file upload issue just require commons-fileupload.jar which is already included in the struts-blank demo, why don't you just do as what is demostrated in the file upload demo? just a guess... kommineni Anita <[EMAIL PROTECTED]> 写道: David, U are right...But If I change

Re: re�� File upload using tag fails..java.lang.IllegalArgumentException:

2006-05-10 Thread kommineni Anita
Kyle, Thanks for the reply. But I ahve it declared. I have that defined in my html as follows Appreciate any further insights.. > --- Kyle Wu <[EMAIL PROTECTED]> wrote: > mayby you forgot to set the "enctype" attribute in > the "" tag, it should be > > > > kommineni Anita <[EMAIL P

re: File upload using tag fails.. java.lang.IllegalArgumentException:

2006-05-10 Thread Kyle Wu
mayby you forgot to set the "enctype" attribute in the "" tag, it should be kommineni Anita <[EMAIL PROTECTED]> Hi, Trying to upload a file using property="primaryFile">. In my Action form I have the property defined as org.apache.struts.upload.FormFile and have appropriate gette