vue小外掛程式 單檔案上傳

2021-10-25 13:22:22 字數 398 閱讀 4751

在專案中有很多地方需要用到檔案上傳,但是很多時候都是單個的檔案,用 el-upload 寫起單個檔案上傳來太過重度了

如果我只用寫乙個 button 就能模擬檔案的上傳,體驗會很順滑

// 業務模組

else

})}"> 上傳檔案

在方法中修改 type 設定formdata中的名字,accept屬性設定允許什麼上傳…

大家可以自行拓展,讓方法更符合自己的習慣需求

// main.js

vue.prototype._importfile = (callback, then) => )}})

input.click()

}

vue 檔案上傳

class upload demo ref upload action doupload limit 1 file list filelist before upload beforeupload slot trigger size small type primary 選取檔案el button ...

Vue上傳檔案

file 構造器建立新的file物件例項 語法 let myfile newfile bits,name options 示例 let myfile newfile foo foo.txt blob 建構函式返回乙個新的blob物件。blob的內容由引數陣列中給出的值的串聯組 語法 let ablo...

vue 檔案上傳

依賴js檔案 html 文字內容 相關 上傳 提交js指令碼內容 一 npm 安裝 vue quill editor 二 在main.js中引入 import vuequilleditor from vue quill editor vue.use vuequilleditor api事件,定義乙個...