Re: FLM Error:12030,

  •  02-07-2012, 6:31 AM

    Re: FLM Error:12030,

    Hi Pierre,
     
    I suggest you disable the flash upload mode when using https/ssl or windows authentication. Flash plugi-in not very compatible with them.
      
    If flash upload mode is necessary for you, then please refer to http://cutesoft.net/forums/thread/50681.aspx terry's topic.
     
    How to disable the flash upload mode
     
        protected override void OnLoad(EventArgs e)
        {
            uploader1.SetAdvancedOption(UploaderAdvancedOption.NoFlash, "true");
            base.OnLoad(e);
        }
     
    Regards,
     
    Ken 
View Complete Thread