這是我對插件的一般性問題,我的問題是我可以使用
<input type="file" multiple/>
- 目前一切正常,輸入型別=“檔案”
- 需要知道我是否以這種方式面臨任何問題
- 任何一個實作輸入型別=“檔案”?
以同樣的方式,我也可以使用多個檔案選擇器插件,但只是我無法選擇 mime 型別,但它的作業原理相同,所以我使用 input type="file" 會因為使用 html 元素而面臨任何麻煩嗎?
uj5u.com熱心網友回復:
我的代碼如下所示:
<input #fileInput multiple accept="" (change)="onFileChange($event)" type="file" name="file" id="file"
>
允許我選擇任何檔案型別。
轉載請註明出處,本文鏈接:https://www.uj5u.com/caozuo/424050.html
上一篇:運行離子服務時
