uploadify3 1版本引數使用詳解

2021-07-09 23:43:36 字數 1949 閱讀 5777

id: jquery(this).attr('id'),//繫結的input的id

langfile: '',//語言包的路徑,能設定所有的提示文字

swf: '',//[必須設定]swf的路徑

uploader: '/uploadify/galleri.php',//[必須設定]上傳檔案觸發的url

auto:false,//檔案選擇完成後,是否自動上傳

buttontext:'välj filer',//上傳按鈕的文字

height: 30,//上傳按鈕的高和寬

width: 120,

formdata

buttoncursor: 'pointer',//上傳滑鼠hover後cursor的形狀

cancelimage: '',//[必須設定]取消的路徑

checkexisting:'/uploader/uploadify-check-existing.php',//檢查上傳檔案是否存,觸發的url,返回1/0

debug: true,//debug模式開/關,開啟後會顯示debug時的資訊

fileobjname:'file',

filesizelimit : 0,//檔案的極限大小,以位元組為單位,0為不限制。1mb:1*1024*1024

filetypedesc: 'bild jpg',//允許上傳的檔案型別的描述,在彈出的檔案選擇框裡會顯示

filetypeexts: '*.jpg',//允許上傳的檔案型別,限制彈出檔案選擇框裡能選擇的檔案

method: 'post',//和後台互動的方式:post/get

multi: true,//是否能選擇多個檔案

queueid: 'filequeue',//顯示上傳檔案佇列的元素id,可以簡單用乙個div來顯示

queuesizelimit : 999,//佇列中允許的最大檔案數目

progressdata : 'all', // 'percentage''speed''all'//佇列中顯示檔案上傳進度的方式:all-上傳速度+百分比,percentage-百分比,speed-上傳速度

removecompleted : true,//上傳成功後的檔案,是否在佇列中自動刪除

removetimeout: 3,

requeueerrors : true,

postdata: {},//和後台互動時,附加的引數

preventcaching : true,

transparent: true,

successtimeout : 30,//上傳時的

timeoutuploadlimit:999//能同時上傳的檔案數目

設定的事件:

ondialogclose : function(swfuploadifyqueue)

}ondialogopen : function()

onselect : function(file)

onselecterror : function(file,errorcode,errormsg)

onqueuecomplete : function(stats)

onuploadcomplete : function(file,swfuploadifyqueue)

onuploaderror : function(file,errorcode,errormsg,errorstring,swfuploadifyqueue)

onuploadprogress : function(file,filebytesloaded,filetotalbytes,

queuebytesloaded,swfuploadifyqueueuploadsize)

onuploadstart: function(file)

onuploadsuccess : function(file,data,response)

取消上傳

上傳a上傳和取消上傳js如上

uploadify3 1版本引數使用詳解

id jquery this attr id 繫結的input的id langfile 語言包的路徑,能設定所有的提示文字 swf 必須設定 swf的路徑 uploader uploadify galleri.php 必須設定 上傳檔案觸發的url auto false,檔案選擇完成後,是否自動上傳...

Android Studio 3 1版本發布

據國內知名的it社群爆料,android studio 3.1 穩定版已發布,重點圍繞產品質量和應用開發效率進行改進。使用先去的3.0.1版本可以直接公升級更新,本次更新帶來重多功能的優化。android studio 3.1 新增了一款 c 效能分析器,可幫助解決應用 中的效能瓶頸問題。針對在應用...

css和js引入加版本引數的作用

media screen 有時候可能會遇到js或者css檔案引用後傳遞引數 css和js帶引數 形如.css?v 與.js?v 使用引數有兩種可能 第一 指令碼並不存在,而是服務端動態生成的,因此帶了個版本號,以示區別。即上面 對於檔案來說 等價於 但瀏覽器會認為他是 該檔案的某個版本!第二種情況最...