Re: Problem with Struts 1 form

2010-11-10 Thread Li Ying
> 3. No such value is set. So I guess it is taking default value right now. As I said, You may need change it to more than 200MB. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user

Re: Problem with Struts 1 form

2010-11-10 Thread Anjib
1. No proxy server in between client PC and Web App Server If yes how it will affect? 2. No exception just give me error message for null value of those fields. 3. No such value is set. So I guess it is taking default value right now. Anjib On 11/10/2010 8:56 PM, Li Ying wrote: (1)Is the

Re: Problem with Struts 1 form

2010-11-10 Thread Li Ying
(1)Is there any Proxy Server between the client PC and the Web App Server? (2)When the action going wrong, is there any Error or Exception message on the Server side? (3)There is a configuration item to control the max-file-size you can upload. You may need change it to more than 200MB. [maxFileS

Re: Problem with Struts 1 form

2010-11-10 Thread Anjib Mulepati
I have no clue where to check that for. Can u tell me which file? Anjib On 11/10/2010 10:13 AM, Dave Newton wrote: It can be either container upload limitation or the upload library (commons-fileupload) configuration. Or both. Dave On Wed, Nov 10, 2010 at 9:56 AM, Anjib Mulepati wrote: I am

Re: Problem with Struts 1 form

2010-11-10 Thread Dave Newton
It can be either container upload limitation or the upload library (commons-fileupload) configuration. Or both. Dave On Wed, Nov 10, 2010 at 9:56 AM, Anjib Mulepati wrote: > I am writing file upload application in Struts 1.3.8. The problem I am > having is whenever I have file over 200MB to be u