Add file upload example

This commit is contained in:
Ivan 2016-04-04 14:03:44 +02:00
parent b7d0b2947a
commit 3061fc7c0f
1 changed files with 2 additions and 2 deletions

View File

@ -8,13 +8,13 @@
<body>
<h3>Enter The File to Upload</h3>
<h3>Enter The File to Upload (Single file)</h3>
<form:form method="POST" action="/spring-mvc-java/uploadFile" enctype="multipart/form-data">
<table>
<tr>
<td>Select a file to upload (Single file)</td>
<td>Select a file to upload</td>
<td><input type="file" name="file" /></td>
</tr>
<tr>