2011-03-22 17:23
27人閱讀
收藏舉報
function uploadfile(){}
uploadfile.prototype=,
oninit:function(objid)
filelist_ul.innerhtml=htmlmsg; } if(filelist_ul.childnodes.length>0) filelist_ul.style.display="";
} }
onsetjson:function(filelist_ul)
} 500);
onupload:function(obj)
else
}htmlmsg=""+realname+"("+filesize+"bit)
刪除";
filelist_ul.innerhtml=htmlmsg;
filelist_ul.style.display="";
uploadobj.onpargress(filelist_ul,filesize);
uploadobj.onsetjson(filelist_ul);
error: function (data, status, e) });
else
} //擷取檔案的字尾名。
function getfileextname(filename){
var index1=filename.lastindexof(".");
var index2=filename.length;
var postf=filename.substring(index1,index2);
//字尾名
return postf;
FileUpload控制項上傳
if fileupload1.hasfile 判斷裡fileupload是否有此檔案位址 定義乙個陣列裡面放檔案格式 arraylist arry new arraylist arry.addrange strpic 定義乙個可變陣列,用於放檔案格式 if arry.contains strend ...
Element 上傳控制項
element上傳控制項可以只作為獲取檔案的途徑 檔案格式的上傳,需要配合表單 class upload box limit 1 ref upload action show file list false auto upload false on change handlechange accep...
uploader上傳控制項
必備文件css 必備文件js div 選擇檔案 js function createuploader opts,type filesinglesizelimit 1024 3000,swf檔案路徑 swf scripts js webuploader uploader.swf 選擇檔案的按鈕。可選 ...