我透過Ajax取得form頁面。
以下是form程式碼:
<form method="post" enctype="multipart/form-data" class="form-horizontal">
<p class="form-group" style="margin-left:0px;">
<label for="file">注:选择头像文件尽量小于2M</label>
<input id="headPortraitFile" type="file" name="portrait">
</p>
<button id="headPortraitSubmit" type="button" class="btn-sm btn-primary">上传头像</button>
</form>
但這個form中的input type=「file」在瀏覽器中直接無法選取文件,更別提提交文件了。不知是什麼原因?這兩天一直沒有解決,求救大神! ! !
#