[問題] file Submit

看板Web_Design作者 (darkian)時間13年前 (2012/05/18 17:51), 編輯推噓1(100)
留言1則, 1人參與, 最新討論串1/3 (看更多)
第一次在這發文 >< 不知道版上大大有遇過這樣子的情境 以 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
文章代碼(AID): #1FjXkcnB (Web_Design)
討論串 (同標題文章)
文章代碼(AID): #1FjXkcnB (Web_Design)