Re: the file can not be open by a ocx when using the method [CuteWebUI_AjaxUploader_OnSelect] in ie10?

  •  03-25-2013, 1:18 AM

    Re: the file can not be open by a ocx when using the method [CuteWebUI_AjaxUploader_OnSelect] in ie10?

    Hi,

     

    For IE10 , it changed the security policy and will not allow javascript to get the FullPath of the selected file .

     

    for temp solution , please try this meta in page <head>

     

    <meta http-equiv="X-UA-Compatible" content="IE=7" /> 

     

    To let IE choose IE7 mode.

     

    (For advanced upload tasks , we plan to make ActiveX for next Uploader4.0 version. But no release date planed yet.)

     

    Regards,
    Terry 

View Complete Thread