Upload control authorization problem

Last post 12-02-2008, 11:37 PM by cutechat. 2 replies.
Sort Posts: Previous Next
  •  11-25-2008, 8:54 AM 46284

    Upload control authorization problem

    I want to check , how i could work with Upload control.
    I put it to the form and want to get  to the uploadcompleted event.
    I get the authorization window and cann't upload the file.
    I cann't to check the control and cann't order him.
     
     
  •  11-26-2008, 12:48 AM 46294 in reply to 46284

    Re: Upload control authorization problem

    Hi,
     
    Do you use IIS ?
     
    Can you show us a screenshot?
     
    Or can you test our sample using VS2005 ?
     
    Regards,
    Terry
  •  12-02-2008, 11:37 PM 46497 in reply to 46294

    Re: Upload control authorization problem

    Hi,
     
    We have found that is relative to Flash .
     
    Only IE+Flash10 can support windows authorization
     
    (Flash10 can read the existing authorization information from IE, without prompt the username/password again)
     
    We also improve the Uploader for this problem.
     
    So now you can have these solutions:
     
    1. tell all users use IE+Flash10
     
    2. tell all users use Silverlight
     
    3. use code to disable the Flash and use Silverlight/IFrame mode automatically
     Uploader.SetAdvancedOption(UploaderAdvancedOption.NoFlash,"true");
     
    Regards,
    Terry
     
View as RSS news feed in XML