...
|
...
|
@@ -41,7 +41,7 @@ |
|
|
<tr>
|
|
|
<th width="80">上传文件<span class="form-required">*</span></th>
|
|
|
<td>
|
|
|
<input class="form-control" type="file" id="myfile" name="myfile">
|
|
|
<input class="form-control" type="file" id="myfile" name="myfile" required>
|
|
|
</td>
|
|
|
</tr>
|
|
|
</table>
|
...
|
...
|
|