Re: struts file upload problem

2005-05-07 Thread Adam Hardy
On 04/05/05 22:40 temp temp wrote: I can upload files of size 1 Gb from localhost but not from network so I guess problem is not related to container upload limit as I did upload 1 Gb file from localhost .I am not able to do this from network however I was able to upload small files from netwo

Re: struts file upload problem

2005-05-04 Thread temp temp
I can upload files of size 1 Gb from localhost but not from network so I guess problem is not related to container upload limit as I did upload 1 Gb file from localhost .I am not able to do this from network however I was able to upload small files from network . sairam --- Dave Newton <[EMA

Re: struts file upload problem

2005-05-04 Thread Dave Newton
temp temp wrote: No there is no limit for file upload as per commons fileupload. The server or container might have an upload limit, for intance Apache has (or did, anyway) "LimitRequestBody" config. Dave - To unsubscribe,

RE: struts file upload problem

2005-05-04 Thread temp temp
No there is no limit for file upload as per commons fileupload. I guess there should be some setting with the server for connection time out or something I am using websphere 5.0 can you guide me . --- Folashade Adeyosoye <[EMAIL PROTECTED]> wrote: > 1 GB is Huge to upload, isn't the

RE: struts file upload problem

2005-05-04 Thread Folashade Adeyosoye
1 GB is Huge to upload, isn't there alimit? I thought there was -Original Message- From: temp temp [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 04, 2005 4:20 PM To: user@struts.apache.org Subject: struts file upload problem I am using struts to upload a file . It works fine with small