当前位置: 代码迷 >> Web前端 >> uploadify下传文件插件
  详细解决方案

uploadify下传文件插件

热度:50   发布时间:2012-11-23 22:54:33.0
uploadify上传文件插件

一款不错的js+flash的上传文件控件

http://www.uploadify.com/documentation/

虽然是英文的文档,不过单词比较简单,我竟然都看懂了

?

$('#'+param.id).uploadify({
??? ??? //'auto'???? : false,
??? ??? ?'queueID'? : queueID,
??? ??? //'debug'??? : true,
??? ??? //'uploadLimit' : 1,
??? ??? //'buttonClass' : 'some-class',
??? ??? 'removeTimeout' : 1,
??? ??? 'buttonText' : '',
??? ??? 'buttonImage' : buttonImage,
??? ??? //'removeCompleted' : false,
??? ??? 'fileSizeLimit':param.fileSizeLimit,
??? ??? 'multi':false,
??? ??? 'swf'????? : param.swf,
??? ??? 'uploader' : param.uploader,
??? ??? //'onSelect' :? param.onSelect,
??? ??? 'onUploadSuccess' :? param.onUploadSuccess,
??? ??? 'onUploadStart' : onUploadStart
??? ??? // Your options here
??? });