01.
<form action=
""
name=
"FrmImport"
method=
"POST"
enctype=
"multipart/form-data"
onSubmit=
"JavaScript:return checkForm();"
>
02.
<select name=
"month"
id=
"month"
>
03.
<option value=
""
>เลือกเดือน</option>
04.
</select>
05.
<select name=
"month"
id=
"month"
>
06.
<option value=
""
>เลือกปี</option>
07.
<input type=
"file"
id=
"FileUpload"
name=
"FileUpload"
class
=
"form-control-file"
>
08.
</select>
09.
</form>