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

file upload problem(illegal argument)

2004-06-06 Thread swarna
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 really appreciate any kind of help. I am using web logic 8.1, eclipse and java for my development. I created

Re: file upload problem(illegal argument)

2004-06-06 Thread atta-ur rehman
Hello there, Does your html:form 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