?
?
用法:
屬性:
????? single: true|fales //是否為單選
????? fileTypes: //文件過濾
????? typeDescription: //文件過濾器說明
????? flash_url://flash地址
????? flash9_url://flash V9地址
????? url:?? //接受上傳的地址
?
事件:
??? 'start' (this,swfObject,file) ?開始上傳
??? 'failure'(this,swfObject,file,code,message)??上傳失敗
??? 'successed'(this,swfObject,file,data)
??? 'completed'(this,swfObject,file)
??? 'progress'(this,swfObject,bytes,total)
?