Re: Using StandardDialog

  •  03-11-2009, 12:56 AM

    Re: Using StandardDialog

    Hi Terry,
     
    Yes all the pages are in the same host(domain).
     
    I'm just wondering why when I'm not using the Standard dialog, the upload function works ok.
     
    But when I started to use the Standard dialog, the flash, 401 error pops-out?
     
    Is there a difference between the two,when handling the uploads?
     
    Actually I've tried to add this code to the page where cuteeditor is being used.
     
                     Dim myEditor As New CuteEditor.Uploader
                myEditor.UploadType = CuteEditor.UploadType.Silverlight
                myEditor.SetAdvancedOption(CuteEditor.UploaderAdvancedOption.NoFlash, "true")
     
    But it doesn't work :(
View Complete Thread