Hi All

I have used the multiple file upload plugin http://www.uploadify.com

It is not working in IE7. Could you please suggest some ways to fix this
IE7.

$('#testID').uploadify({
              'uploader': 'Js/jquery.uploadify-v2.1.0/uploadify.swf',
              'folder': 'Js/jquery.uploadify-v2.1.0/uploads-folder',
              'cancelImg': 'Js/jquery.uploadify-v2.1.0/cancel.png',
              'multi': 'true',
              'sizeLimit': '52428800',
              'script': 'FileUploaded.aspx'
          });

Thanks
Ramesh

Reply via email to