html5上傳文件提交服務器前的一些前端驗證。

我作的是app上傳,要求.apk格式,而且小於20兆。因爲html5不能認識apk的擴展名。因此本身寫了一個獲取擴展名的函數javascript html表單html <input  type="file" name="app_file" accept=".apk" onchange="processFiles(this.files)"></input> html5 JS代碼java <scrip
相關文章
相關標籤/搜索