解决 uploadify 点击浏览 没有反应的问题

没反应 就我知道有3种情况

1)swf路径不对

2)width 宽度没设置

3)dialog 对话框不兼容(改用IFrame)

例子

$('#add_file').uploadify({
			'auto' : false,
			'debug'    : true, //debug
			'swf' : 'js/uploadify.swf',
			'fileSizeLimit' : "4096KB",大小限制
			//'multi': true, 
			'buttonClass' : 'ui-button ui-widget ui-state-default ui-corner-all',
			'width': '100%',//buttonImg的大小
			//'height': 30,//
			'formData' : { /// 连同file一同post
					'id' : 1
			},
			'uploader' : 'upload.php',
			//'removeCompleted' : false,
			'buttonText' : '浏览文件,不要超过4M',
			'onError'    : function(event,ID,fileObj,data) {
					$.alert('The upload of ' + fileObj.name + 'Size:'+fileObj.size + ' has been canceled!');
				$('#add_file').uploadify('cancel');
			},
			'onUploadSuccess' : function (file,data,response) {
				//$("#add_new").dialog( "close" );
				//var i = Math.random();				
				alert(data);
			}
		});


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值