RE: Upload huge file size: "The page cannot be displayed" browser er

2006-08-31 Thread Raghuveer
2006 1:24 PM To: [EMAIL PROTECTED] Cc: Struts Users Mailing List Subject: Re: Upload huge file size: "The page cannot be displayed" browser er Ok, is it something to do with session timeout?, On 8/31/06, Raghuveer <[EMAIL PROTECTED]> wrote: I am perfectly following

Re: Upload huge file size: "The page cannot be displayed" browser er

2006-08-31 Thread David Delbecq
Are there any exceptions of any sort in console? What size is the file? Raghuveer a écrit : > have an upload file operation in the web application. The web server is > OC4J. > > //UploadForm.jsp > enctype=multipart/form-data> > > //etc ... > > > After I deploy the application to the web server

RE: Upload huge file size: "The page cannot be displayed" browser er

2006-08-31 Thread Raghuveer
nuwan chandrasoma [mailto:[EMAIL PROTECTED] Sent: Thursday, August 31, 2006 1:15 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: Upload huge file size: "The page cannot be displayed" browser er Hi, What is the file size?. in struts the defaul

Re: Upload huge file size: "The page cannot be displayed" browser er

2006-08-31 Thread nuwan chandrasoma
PM *To:* Struts Users Mailing List; [EMAIL PROTECTED] *Subject:* Re: Upload huge file size: "The page cannot be displayed" browser er Hi, What is the file size?. in struts the default file size is 250MB, hope it is not bigger than this. but you can configure this read the below link. I

RE: Upload huge file size: "The page cannot be displayed" browser er

2006-08-31 Thread Raghuveer
layed" shown on the web browser. after processing request forever -Original Message- From: nuwan chandrasoma [mailto:[EMAIL PROTECTED] Sent: Thursday, August 31, 2006 1:15 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: Upload huge file size: "The

Re: Upload huge file size: "The page cannot be displayed" browser er

2006-08-31 Thread nuwan chandrasoma
Hi, What is the file size?. in struts the default file size is 250MB, hope it is not bigger than this. but you can configure this read the below link. I think u shouldnt allow any button to be clicked when the file is being uploaded :). http://wiki.apache.org/struts/StrutsFileUpload Thanks, N

Upload huge file size: "The page cannot be displayed" browser er

2006-08-31 Thread Raghuveer
have an upload file operation in the web application. The web server is OC4J. //UploadForm.jsp //etc ... After I deploy the application to the web server, if I upload a small file size, it is fine. But if i upload huge data ,data is uploading but if any action button is clicked After 30 s