IE中的Uploadify uploadifySettings错误 [英] Uploadify uploadifySettings error in IE

查看:119
本文介绍了IE中的Uploadify uploadifySettings错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用通过uploadify插件上传图像的代码,它在Firfox和safari中工作正常,但在IE中不支持

I am using the code for the uploading image using uploadify plugin, Its working fine in Firfox and safari, but not supported in IE

$("#uploadify").uploadify({
    'uploader'      :   'scripts/uploadify.swf',
    'script'        :   'scripts/upload_product.php',
    'cancelImg'     :   'images/cancel.png',
    'folder'        :   'ok',
    'queueID'       :   'fileQueue',
    'auto'          :   false,
    'fileDesc'      :   'jksdhjsdf dsjdsfbfd s',
    'fileExt'       :   '*.jpg;*.png;*.jpeg;*.gif',
    'multi'         :   false,
});

点击Buuton $('#uploadify').uploadifySettings('folder',inserted_prod_id); $('#uploadify').uploadifyUpload();

On Click on Buuton $('#uploadify').uploadifySettings('folder',inserted_prod_id); $('#uploadify').uploadifyUpload();

在IE中出现以下错误

Message: Object doesn't support this property or method
Line: 26
Char: 6033
Code: 0
URI: http://192.168.0.1/~/jquery.uploadify.v2.1.0.min.js

有什么解决办法.

谢谢 阿米特·巴坦(Amit Battan)

Thanks Amit Battan

推荐答案

'multi'         :   false,

应该是

'multi'         :   false

这篇关于IE中的Uploadify uploadifySettings错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆