Re: FileUpload Errors

2004-10-21 Thread Michael McGrady
PROTECTED] Subject: FileUpload Errors Hi all, I am using Struts 1.1 and I am trying to upload an image file to the server but I keep getting the below exception. I have used the example that comes with Struts under jakarta-struts-1.1\webapps and did exactly like they have but still getting the exception.

Re: FileUpload Errors

2004-10-21 Thread Marwan Salam
ryValue", > >queryValue); > >request.setAttribute("fileName", fileName); > >request.setAttribute("contentType", contentType); > >request.setAttribute("size", size); > >request.setAttribute("data", data); > > >

Re: FileUpload Errors

2004-10-21 Thread Michael McGrady
So, are you doing something other than tossing a long value into that method? Michael McGrady Travis Reeder wrote: Looks like you need the latest commons-fileupload.jar. Travis -Original Message- From: Marwan Salam [mailto:[EMAIL PROTECTED] Sent: Thursday, October 21, 2004 10

Re: FileUpload Errors

2004-10-21 Thread Michael McGrady
So, are you doing something other than tossing a long value into that method? Michael McGrady Travis Reeder wrote: Looks like you need the latest commons-fileupload.jar. Travis -Original Message- From: Marwan Salam [mailto:[EMAIL PROTECTED] Sent: Thursday, October 21, 2004 10:

Re: FileUpload Errors

2004-10-21 Thread Marwan Salam
older versions. So, are you > doing something other than tossing a long value into that method? > > Michael McGrady > > Travis Reeder wrote: > > >Looks like you need the latest commons-fileupload.jar. > > > >Travis > > > >-Original Mes

Re: FileUpload Errors

2004-10-21 Thread Michael McGrady
:[EMAIL PROTECTED] Sent: Thursday, October 21, 2004 10:21 AM To: [EMAIL PROTECTED] Subject: FileUpload Errors Hi all, I am using Struts 1.1 and I am trying to upload an image file to the server but I keep getting the below exception. I have used the example that comes with Struts under jakarta-struts

RE: FileUpload Errors

2004-10-21 Thread Travis Reeder
Looks like you need the latest commons-fileupload.jar. Travis -Original Message- From: Marwan Salam [mailto:[EMAIL PROTECTED] Sent: Thursday, October 21, 2004 10:21 AM To: [EMAIL PROTECTED] Subject: FileUpload Errors Hi all, I am using Struts 1.1 and I am trying to upload an image

FileUpload Errors

2004-10-21 Thread Marwan Salam
Hi all, I am using Struts 1.1 and I am trying to upload an image file to the server but I keep getting the below exception. I have used the example that comes with Struts under jakarta-struts-1.1\webapps and did exactly like they have but still getting the exception. I have put print statemen