[問題] file Submit
第一次在這發文 ><
不知道版上大大有遇過這樣子的情境
以 asp.net MVC 開發,以下節錄片段 html
@using (Html.BeginForm("action", "controller", FormMethod.Post, new { @id = "upload",style="margin-left: -1000%", enctype = "multipart/form-data" }))
{
<input type="file" id="ChoiceFile" name="ChoiceFile" style="filter:alpha(opacity=0); opacity:0;margin-left:
16%;margin-top: -12%;width:225px" onchange="fileNameChange(this.value)" />
}
<a id="uploadBtn" onclick="$('#upload').submit()" class="btn info" >匯入</a>
在 Chorme、Firefox 都可以在後台取得 ChoiceFile 的 File
唯獨在 IE 時不行……
而且在選擇檔案後再按「匯入」就不會進入該 action
(如果什麼都不選按「匯入」卻可以進去……(╯ˊ_>ˋ)╯┴┴)
謝謝大家 ˊ_>ˋ
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 59.120.39.40
推
05/19 06:58, , 1F
05/19 06:58, 1F
討論串 (同標題文章)