Re: Still having problems with File upload (multipart-formdata)

2003-12-30 Thread Patrick Scheuerer
Brice Ruth wrote: I'm refactoring (so to speak) my currently working form, which accepts an image to be uploaded, to use a DynaValidator(Action?)Form and I'm again running into an exception being thrown: Hi Brice, I'm also struggling with file uploads at the moment. But I'm stuck at an earlier

RE: Still having problems with File upload (multipart-formdata)

2003-12-30 Thread Matthias Wessendorf
with File upload (multipart-formdata) Brice Ruth wrote: I'm refactoring (so to speak) my currently working form, which accepts an image to be uploaded, to use a DynaValidator(Action?)Form and I'm again running into an exception being thrown: Hi Brice, I'm also struggling with file uploads

Re: Still having problems with File upload (multipart-formdata)

2003-12-30 Thread Brice Ruth
Martin Cooper wrote: Brice Ruth [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I'm refactoring (so to speak) my currently working form, which accepts an image to be uploaded, to use a DynaValidator(Action?)Form and I'm again running into an exception being thrown:

Re: Still having problems with File upload (multipart-formdata)

2003-12-30 Thread Patrick Scheuerer
Matthias Wessendorf wrote: Hi Patrick, you want to get the path of /myapp like C:\Tomcat\webapps\myapp or? That's exactly what i was trying to do! in an actionClass you now want to store in placeString\uploaddir isn´t it? Right again :-) i wrote an Util-Class which managed the storage in my

RE: Still having problems with File upload (multipart-formdata)

2003-12-30 Thread Matthias Wessendorf
is then in root. hope this is what you needed. greetings matthias -Original Message- From: Patrick Scheuerer [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 30, 2003 5:15 PM To: Struts Users Mailing List Subject: Re: Still having problems with File upload (multipart-formdata) Matthias

Re: Still having problems with File upload (multipart-formdata)

2003-12-30 Thread David Erickson
construktor ;P - Original Message - From: Matthias Wessendorf [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Tuesday, December 30, 2003 9:29 AM Subject: RE: Still having problems with File upload (multipart-formdata) Hi Patrick, okay attched is my class

RE: Still having problems with File upload (multipart-formdata)

2003-12-30 Thread Matthias Wessendorf
; } } -Original Message- From: David Erickson [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 30, 2003 5:37 PM To: Struts Users Mailing List Subject: Re: Still having problems with File upload (multipart-formdata) construktor ;P - Original Message - From: Matthias Wessendorf [EMAIL

Re: Still having problems with File upload (multipart-formdata)

2003-12-30 Thread Patrick Scheuerer
This is exactly what i was looking for! Thank you very much for your help Matthias. Patrick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Still having problems with File upload (multipart-formdata)

2003-12-30 Thread Craig R. McClanahan
Quoting Patrick Scheuerer [EMAIL PROTECTED]: Matthias Wessendorf wrote: Hi Patrick, you want to get the path of /myapp like C:\Tomcat\webapps\myapp or? That's exactly what i was trying to do! in an actionClass you now want to store in placeString\uploaddir isn´t it?

Still having problems with File upload (multipart-formdata)

2003-12-29 Thread Brice Ruth
I'm refactoring (so to speak) my currently working form, which accepts an image to be uploaded, to use a DynaValidator(Action?)Form and I'm again running into an exception being thrown: java.lang.NoClassDefFoundError: org/apache/commons/fileupload/FileUploadBase$SizeLimitExceededException

Re: Still having problems with File upload (multipart-formdata)

2003-12-29 Thread Martin Cooper
Brice Ruth [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I'm refactoring (so to speak) my currently working form, which accepts an image to be uploaded, to use a DynaValidator(Action?)Form and I'm again running into an exception being thrown: java.lang.NoClassDefFoundError:

Problems with file upload - Urgent Please

2002-09-04 Thread Venkateswaran Muthuswamy
Hi, I am working in a project using struts and weblogic. The Action is called fine, and the file (Uploading file) gets written to disk - however when forwarding to the display I get the Following Exception Sep 4, 2002 3:44:14 PM EDT Error HTTP [WebAppServletContext(2292995)] Servlet failed

Re: Problems with file upload - Urgent Please

2002-09-04 Thread Doug Bryant
We had the same problem running a nightly struts build. We upgraded to 1.1 beta 2 and the problem disappeared. It appeared to be a problem specifying the form as multi-part. Doug On Wed, 2002-09-04 at 15:58, Venkateswaran Muthuswamy wrote: Hi, I am working in a project using struts and

Problems with file upload

2002-04-01 Thread Stefan Frank
I've recently updated from struts 1.0.2 to struts 1.1b1 - and am now experiencing strange problems: The Action is called fine, and the file (in the example) gets written to disk - however when forwarding to the display I get the Following Exception: 01.04.2002 18:58:27 CEST Error HTTP