Raible's Wiki

Raible Designs
Wiki Home
News
Recent Changes

AppFuse

Homepage
  - Korean
  - Chinese
  - Italian
  - Japanese

QuickStart Guide
  - Chinese
  - French
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish
  - Japanese

User Guide
  - Korean
  - Chinese

Tutorials
  - Chinese
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish

FAQ
  - Korean

Latest Downloads

Other Applications

Struts Resume
Security Example
Struts Menu

Set your name in
UserPreferences


Referenced by
Articles




JSPWiki v2.2.33

[RSS]


Hide Menu

CreateAnAJAXBasedFileuploadProgressbarDialog


Difference between version 40 and version 39:

At line 196 added 7 lines.
!!Change the struts controller
Update the file {{< Your project folder >\metadata\web\struts-controller.xml}} to use the new ExtendedMultiPartRequestHandler controler. The controler was added in the step [Install the serverside classes|#section-CreateAnAJAXBasedFileuploadProgressbarDialog-InstallTheServersideClasses]. We also change the max upload size to 100M bytes. The content should now be:
{{{
<controller nocache="true" inputForward="true" maxFileSize="100M" multipartClass="org.appfuse.webapp.action.fileupload.ExtendedMultiPartRequestHandler"/>
}}}
At line 206 removed 1 line.
!!Change the struts controller
At line 208 removed 2 lines.
<controller nocache="true" inputForward="true" maxFileSize="100M" multipartClass="org.appfuse.webapp.action.fileupload.ExtendedMultiPartRequestHandler"/>

Back to CreateAnAJAXBasedFileuploadProgressbarDialog, or to the Page History.