IE9 Upload buttons are not working

Last post 06-26-2012, 1:30 PM by kunalbedi. 2 replies.
Sort Posts: Previous Next
  •  06-25-2012, 5:47 AM 73993

    IE9 Upload buttons are not working

    Hi,
     
    Installed the latest CuteEditor PHP 6.6 by replacing the files with the new one and making sure the license is also copied over.
     
    The upload Button does not work at all after that in IE9.
     
    The button works on FF and Chrome.
     
    The demo URL (http://phphtmledit.com/EnableAll.php)buttons work.
     
    Do not know what could be the issue?
     
    Please help as this is a LIVE site.
     
    I can share login details for checking and code sharing on a private email also.
     
    Regards
    Kunal Bedi
     
  •  06-25-2012, 6:04 AM 73996 in reply to 73993

    Re: IE9 Upload buttons are not working

    Hi kunalbedi,
     
    Please send the info to Kenneth@CuteSoft.net. I will check it for you.
     
    And you can try the way below
     
    1. Open file "\cuteeditor_files\Dialogs\upload.php"
     
    2. Find section below 
     
    $uploader=new PhpUploader();
     
    3. Change it to 
     
    $uploader=new PhpUploader();  
    $uploader->UploadType="IFrame";
     
    Regards,
     
    Ken 
  •  06-26-2012, 1:30 PM 74020 in reply to 73996

    Re: IE9 Upload buttons are not working

    Hi Kenneth,
     
    Thanks for the workaround. This is working on my tests on IE9,.
     
    I will test more and if needed will send you the login details.
     
    Thanks again for the quick reply.
     
    Regards,
    Kunal
View as RSS news feed in XML