html file類型如何一次性上傳多個文件
又是侯需要上傳多個文件 可是默認的文件只能選擇一個
這個只需要在input標簽里面添加multiple="multiple"就可以了
<input type="file" name="file" multiple="multiple"/>
又是侯需要上傳多個文件 可是默認的文件只能選擇一個
這個只需要在input標簽里面添加multiple="multiple"就可以了
<input type="file" name="file" multiple="multiple"/>
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。