Fixing doc error
This commit is contained in:
@@ -404,7 +404,7 @@ public class PrintBoardingPassAction extends AbstractAction {
|
|||||||
<title>Handling File Uploads</title>
|
<title>Handling File Uploads</title>
|
||||||
<para>
|
<para>
|
||||||
Another common task is to use Web Flow to handle multipart file uploads in combination with Spring MVC's
|
Another common task is to use Web Flow to handle multipart file uploads in combination with Spring MVC's
|
||||||
<code>MultipartResolver</code>. Once the resolver is set up correctly <ulink url="">as described here</ulink> and the submitting
|
<code>MultipartResolver</code>. Once the resolver is set up correctly <ulink url="http://static.springsource.org/spring/docs/2.5.x/reference/mvc.html#mvc-multipart">as described here</ulink> and the submitting
|
||||||
HTML form is configured with <code>enctype="multipart/form-data"</code>, you can easily handle the file upload in a
|
HTML form is configured with <code>enctype="multipart/form-data"</code>, you can easily handle the file upload in a
|
||||||
transition action. Given a form such as:
|
transition action. Given a form such as:
|
||||||
</para>
|
</para>
|
||||||
|
|||||||
Reference in New Issue
Block a user