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.
How to disable the flash upload mode
protected override void OnLoad(EventArgs e)
{
uploader1.SetAdvancedOption(UploaderAdvancedOption.NoFlash, "true");
base.OnLoad(e);
}
Regards,
Ken