hello...I am using uploadify which is using ur swfobject , so for some
reason when i run uploadify , the hash value in the url is changed to
the window title , i searched uploadify javascript for location or
hash or title but there is nothing so i suspect its swfobject , and
its only in IE 9...here is what i do for uploadify

$('#fuFiles').uploadify({
        'uploader': '../Flash/uploadify.swf',
        'script': '../GenericHandlers/ChangeIcon.ashx',
        'cancelImg': '../img/cancel.png',
        'auto': 'true',
        'multi': 'false',
        'buttonText': 'Browse...',
        'fileExt': '*.bmp;*.jpeg;*.tiff;*.jpg;*.gif;*.png',
        'queueSizeLimit': 1,
        'simUploadLimit': 1,
        'sizeLimit': 100000000,
        'fileDesc': '3adaseh Allowed Image Files
(.JPG, .GIF, .PNG , .BMP , .TIFF)',
        'onAllComplete': function (event, data) {

            CallWCFService();
        }

    });

-- 
You received this message because you are subscribed to the Google Groups 
"SWFObject" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en.

Reply via email to