jQuery上傳外掛程式Uploadify 3 2使用

2021-06-22 23:15:20 字數 1374 閱讀 1968

**

$(function() );

});

file_upload_1其實也就是乙個容器id,比如

,上面的只是簡單的事例,下面我就把我在專案中做的發出來,每個都有解釋:

$(document).ready(function() ,

//flash

'swf': "uploadify.swf",

//不執行預設的onselect事件

'overrideevents' : ['ondialogclose'],

//檔案選擇後的容器id

'queueid':'uploadfilequeue',

//伺服器端指令碼使用的檔案物件的名稱 $_files個['upload']

'fileobjname':'upload',

//上傳處理程式

'uploader':'imageupload.php',

//瀏覽按鈕的背景路徑

'buttonimage':'upbutton.gif',

//瀏覽按鈕的寬度

'width':'100',

//瀏覽按鈕的高度

'height':'32',

檔案的路徑。

'expressinstall':'expressinstall.swf',

//在瀏覽視窗底部的檔案型別下拉列表中顯示的文字

'filetypedesc':'支援的格式:',

//允許上傳的檔案字尾

//上傳檔案的大小限制

'filesizelimit':'3mb',

//上傳數量

'queuesizelimit' : 25,

//每次更新上載的檔案的進展

'onuploadprogress' : function(file, bytesuploaded, bytestotal, totalbytesuploaded, totalbytestotal) ,

//選擇上傳檔案後呼叫

'onselect' : function(file) ,

//返回乙個錯誤,選擇檔案的時候觸發

'onselecterror':function(file, errorcode, errormsg)

},//檢測flash失敗呼叫

'onfallback':function(),

//上傳到伺服器,伺服器返回相應資訊到data裡

'onuploadsuccess':function(file, data, response)

});});

大體上常用的我想也就這些,至於後端處理上傳部分,我這裡就不多講了,和普通的檔案上傳處理方式是一樣的。

jQuery上傳外掛程式Uploadify 3 2使用

function file upload 1其實也就是乙個容器id,比如 上面的只是簡單的事例,下面我就把我在專案中做的發出來,每個都有解釋 document ready function flash swf uploadify.swf 不執行預設的onselect事件 overrideevents...

jQuery上傳外掛程式Uploadify 3 2用法

function file upload 1其實也就是乙個容器id 上面的只是簡單的事例,下面看詳細介紹 document ready function flash swf uploadify.swf 不執行預設的onselect事件 overrideevents ondialogclose 檔案選...

jQuery上傳外掛程式Uploadify 3 2使用

function file upload 1其實也就是乙個容器id,比如 上面的只是簡單的事例,下面我就把我在專案中做的發出來,每個都有解釋 document ready function flash swf uploadify.swf 不執行預設的onselect事件 overrideevents...