Just in case : there may be problems when submit is done via javascript.
example :
<input type="submit" onclick="this.from.submit();"/>
The input doesn't return "false", the submit is done twice and the first
one is interrupted.
Are you using apache infront of your container ?
Can you look at you access logs ?
Mike
Gaet a écrit :
Hi,
It's really nice to have replyied....but I'm using struts 1.3.x...
I could not use struts 2.x has my web container doesn't support JDK 1.5 and
cannot be upgraded!
Do you think it's the same think on struts 1.3.x?
I was wondering if it's not a timeout problem....
Thanks anyway
----- Original Message -----
From: Dave Newton
To: Struts Users Mailing List
Sent: Monday, April 02, 2007 1:48 PM
Subject: Re: Upload : Stream ended unexpectdly! please help me...
--- Gaet <[EMAIL PROTECTED]> wrote:
> I use the "upload facility" of struts. Everything is
> well configured as it works for small files but when
> I try to upload a 2Mo file for instance, it fails
>
> Maybe I have a parameter to set but which one (I
> heard that struts accept 250M files by default,
> so...)
http://struts.apache.org/2.x/docs/how-do-we-upload-files.html
See towards the bottom:
struts.multipart.maxSize Approximately 2M
With the defaults (in properties-format, anyway) from
:
http://struts.apache.org/2.x/docs/strutsproperties.html
### Parser to handle HTTP POST requests, encoded
using the MIME-type multipart/form-data
# struts.multipart.parser=cos
# struts.multipart.parser=pell
struts.multipart.parser=jakarta
# uses javax.servlet.context.tempdir by default
struts.multipart.saveDir=
struts.multipart.maxSize=2097152
d.
____________________________________________________________________________________
Now that's room service! Choose from over 150,000 hotels
in 45,000 destinations on Yahoo! Travel to find your fit.
http://farechase.yahoo.com/promo-generic-14795097
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Mike Baroukh
---
Cardiweb - 31 Rue de Mogador Paris IXeme
06 63 57 27 22 - 01 53 21 82 63 - Jabber: [EMAIL PROTECTED]
http://www.cardiweb.com
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]