Re: UploadType does not work in ie11(win8.1)

  •  11-29-2013, 8:04 AM

    Re: UploadType does not work in ie11(win8.1)

    Hi friendmastor,

     

    Only the iframe mode can get the upload file path from the client pc. On IE11, html5 mode will always replace the iframe, so the only way is disable all other modes except the iframe for it.

     

    for the <input name="Uploader1$File" type="file">, try add a style setting on your page to hide the control which has name  Uploader1$File.

     

    Regards,

     

    Ken 

View Complete Thread