7 lines
333 B
Plaintext
7 lines
333 B
Plaintext
|
|
<div class="ui_dialog" id="dialog_fileupload">
|
||
|
|
<form id="file_form" enctype="multipart/form-data" method="post">
|
||
|
|
|
||
|
|
<input type="file" id="excelfile" name="excelfile" class="ui_validate"
|
||
|
|
ui-config="required:true,width:250,missingMessage: '请选择文件!'"
|
||
|
|
style="margin:30px;"/></form>
|
||
|
|
</div>
|