iT邦幫忙

0

ASP.NET FileUpload欄位清空

  • 分享至 

  • xImage

各位先進好:
想請教如題:ASP.NET FileUpload欄位若已選取檔案,要如何把它清空呢?
比如按個按鈕,那內容就清空的功能要如何實作呢?

外獅佬 iT邦大師 1 級 ‧ 2013-06-21 17:41:36 檢舉
如果要清除單一欄位,請用javascript。
wiseguy iT邦超人 1 級 ‧ 2013-06-21 17:54:36 檢舉
因為安全 issue,file 欄位無法用 javascript 賦值。要不然就用暴力法把 <input> element 砍掉,重加一個新的。
外獅佬 iT邦大師 1 級 ‧ 2013-06-21 21:36:32 檢舉
嘿啊...把input複寫掉讚
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

1 個回答

4
wiseguy
iT邦超人 1 級 ‧ 2013-06-21 17:21:23
最佳解答

加一個 reset 按鈕:
<input type="reset">

我要發表回答

立即登入回答