Re: file upload problem(illegal argument)

2004-06-07 Thread Bill Siggelkow
What is the type of the property in your form? It should be org.apache.struts.upload.FormFile. swarna wrote: Hi, I am trying to do file upload using struts1.1. I am getting illegal argument type exception(stack trace attached below). I am struggling to fix this since three days. I would

Re: file upload problem(illegal argument)

2004-06-06 Thread atta-ur rehman
Hello there, Does your tag has attribute enctype="multipart/form-data" set? HTH, ATTA - Original Message - From: "swarna" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 06, 2004 2:23 PM Subject: file upload problem(illegal argument) > Hi, > I am trying to do