uploadify插件的使用
生活随笔
收集整理的這篇文章主要介紹了
uploadify插件的使用
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
插件:
uploadify.css
jquery.uploadify.js
bootstrap
html代碼:
<input type="file" name="uploadify_coverimg" id="uploadify" />
<div id="the_coverimg"></div>
js代碼:
$("#uploadify").uploadify({'swf' : 'js/uploadify.swf','uploader' : '/','cancelImg' : 'cancel.png','queueID' : 'the_coverimg','auto' : true,'queueSizeLimit' : 10,'multi' : true,'buttonText' : '選擇上傳文件','fileTypeDesc' : '圖片文件','fileObjName' : 'image','fileSizeLimit' : '2048KB','formData' : {'path':'', 'name':'', 'PHPSESSID': ''}, 'fileTypeExts' : '*.jpeg;*.jpg;*.png;*.gif',onUploadSuccess : function(file,data,resp){response = eval('('+data+')') }
});
$("#uploadify").uploadify({'swf' : 'js/uploadify.swf','uploader' : '/','queueID' : 'the_coverimg','auto' : true,'multi' : false,'buttonText' : '選擇上傳文件','fileTypeDesc' : '圖片文件','fileObjName' : 'image','formData' : {'path':'','PHPSESSID': ''}, 'fileTypeExts' : '*.jpeg;*.jpg;*.png;*.gif',onUploadSuccess : function(file,response,resp){}
});
?
?
原文地址: http://site.i3007.top/post_detail.html?id=86
轉(zhuǎn)載于:https://www.cnblogs.com/loweringye/p/5900423.html
總結(jié)
以上是生活随笔為你收集整理的uploadify插件的使用的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Linq表达式和Lambda表达式用法对
- 下一篇: 关于人生倒计时的一个小玩意,纯属业余