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, Nuwan. On 8/31/06, Raghuveer <[EMAIL PROTECTED]> wrote:
have an upload file operation in the web application. The web server is OC4J. //UploadForm.jsp <FORM NAME="InputForm" ACTION="UploadAction.jsp" METHOD="POST" enctype=multipart/form-data> <input type="file" name="fileName"> //etc ... </FORM> 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 seconds, it has error "The page cannot be displayed" shown on the web browser. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]