Add file upload example
This commit is contained in:
@@ -8,13 +8,13 @@
|
|||||||
|
|
||||||
<body>
|
<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">
|
<form:form method="POST" action="/spring-mvc-java/uploadFile" enctype="multipart/form-data">
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Select a file to upload (Single file)</td>
|
<td>Select a file to upload</td>
|
||||||
<td><input type="file" name="file" /></td>
|
<td><input type="file" name="file" /></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user