element upload上傳指定的檔案格式

2021-10-24 03:54:12 字數 1760 閱讀 5432

現在我們有1個這樣的需求,我們需要上傳我們指定的檔案格式資訊。

通過element ui upload 元件進行上傳。但是我們知道上傳的格式有官方的指定格式。

也有一些特殊的時候我們需要我們自己的格式。

或者 資料庫 bat .bat 檔案 以及mac 檔案 .mc

固有的,就不能滿足我們的需求,咋辦了。

我們可以指定上傳檔案格式來滿足。

例如:

<

!-- mac上傳 -->

"bottom-start" width=

"450" trigger=

"click"

>

"height:300px;"

>

class=

"u_img"

:action=

"uploadbmac"

:headers=

"myhead"

:on-preview=

"handlepreview"

:on-remove=

"handleremove"

:before-remove=

"beforeremove"

:before-upload =

"beforeupload"

multiple

:limit=

"1"

:on-exceed=

"handleexceed"

:file-list=

"filelist"

accept=

".txt,.mc"

>

"primary"

>mac上傳

"tip" class=

"el-upload__tip"

>只能上傳txt,mc格式檔案,且不超過500kb

"primary" slot=

"reference"

>mac上傳

<

!-- mac上傳 -->

methods: );

},

downloadmodel(

)).then(()=

>})

;},getcheckdatalist(),

handleremove(file, filelist)

, handlepreview(file)

, handleexceed(files, filelist)

個檔案,共選擇了 $ 個檔案,請先清空已經上傳的檔案,再次進行上傳.不會影響已經上傳成功的檔案`

我們在 accept=".txt,.mc" 中 指定我們需要的官方格式以及自己想要的格式以最簡單的方式進行解決複雜的問題。

我們可以看到,現在我們的檔案就會自動過濾我們需要選擇的檔案的格式。

element upload上傳元件限制

在實現之後,備忘下,以防以後忘失 bottom start width 450 trigger click height 300px class u excel action uploadbzip headers myhead on preview handlepreview on remove h...

git gitee上傳 github上傳

什麼是git 版本控制工具。和svn類似,但遠比svn強大的乙個版本控制系統,用於敏捷高效地處理任何或小或大的專案。新使用者進行git配置 git config global user.name yuancheng oss git config global user.email 311353391...

ossweb上傳 php PHP 檔案上傳

儲存被上傳的檔案 上面的例子在伺服器的 php 臨時資料夾建立了乙個被上傳檔案的臨時副本。這個臨時的複製檔案會在指令碼結束時消失。要儲存被上傳的檔案,我們需要把它拷貝到另外的位置 if files file type image gif files file type image jpeg file...