Not working in IE

Think you found a bug? Let us know.

Not working in IE

Postby amitbattan » Wed Jul 21, 2010 11:54 am

Hi All

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

Code: Select all
$("#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,
});


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


giving the following error in 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



Is any solution.

Thanks
Amit Battan
amitbattan
 
Posts: 2
Joined: Wed Jul 21, 2010 11:47 am

Re: Not working in IE

Postby TravisN. » Sat Jul 24, 2010 11:22 am

You have a syntax error in your js. Remove the final , in the uploadify array.
Code: Select all
$("#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
});


By leaving the final , in place IE waits for more values.
Uploadify - where simplify and upload meet

Travis Nickels
Uploadify Developer
TravisN.
 
Posts: 656
Joined: Sat Mar 07, 2009 12:34 am
Location: Australia

Re: Not working in IE

Postby amitbattan » Sat Jul 24, 2010 3:59 pm

Hi ...
am not getting final from uploadify array.
What final.

When we using dialog in IE then its not works other wise it works well in IE too

Please explain me about final



Thanks
Amit Battan
amitbattan
 
Posts: 2
Joined: Wed Jul 21, 2010 11:47 am

Re: Not working in IE

Postby TravisN. » Thu Jul 29, 2010 10:17 am

final comma
Uploadify - where simplify and upload meet

Travis Nickels
Uploadify Developer
TravisN.
 
Posts: 656
Joined: Sat Mar 07, 2009 12:34 am
Location: Australia


Return to Bugs

Who is online

Users browsing this forum: No registered users and 2 guests