CreateAnAJAXBasedFileuploadProgressbarDialog |
|
| Your trail: |
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.
|