php uploadify谷歌,php – 在Chrome中Uploadify返回Aw,Snap页面

从最后更新的chrome(版本36.0.1985.125 m)我有uplodify插件/闪存的问题. Chrome显示Aw,Snap页面或有时他死了,Jim!这是我的uplodify代码:

var basePath = "path to ressources";

var errorMessage = "Error Message";

var allowExts = "*.pdf; *.xls; *.xlsx; *.rar; *.zip";

$(document).ready(function() {

var is_error = false;

$('#file_upload_50').uploadify({

'swf': basePath + '/uploadify/uploadify.swf',

'uploader': "uploader.php",

'height': 25,

'buttonText': "Upload",

'fileTypeExts': allowExts,

'fileTypeDesc': "Formats:" + allowExts,

'formData': {

'user_id': 50,

'company_id': 1

},

'onUploadError': function(file, errorCode, errorMsg, errorString) {

alert(errorMessage);

is_error = true;

},

'onUploadSuccess': function(file, data, response) {

var result = $.parseJSON(data);

if (!result.result) {

alert(result.error_msg);

is_error = true;

}

},

'onQueueComplete': function(queueData) {

if (!is_error) {

document.location.href = "result_page.html";

}

}

});

});

哪里有问题?你能给我一些建议吗我很无奈谢谢

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值