Re: Unknown result: Error: Unable Upload data via Flash + NTLM

  •  02-07-2012, 8:35 AM

    Re: Unknown result: Error: Unable Upload data via Flash + NTLM

    Hi Ken,
    I used the code snippet you provided to turn off flash and the code is defiently being ran but the same error message is still displayed,
     
    1. Protected Sub Page_Load(ByVal sender As ObjectByVal e As EventArgs) Handles Me.Load   
    2.   
    3.         fuImages.SetAdvancedOption(CuteWebUI.UploaderAdvancedOption.NoFlash, "true")  
     
    thanks for any suggestions
View Complete Thread