Using StandardDialog

Last post 03-11-2009, 7:40 PM by CIC Web. 4 replies.
Sort Posts: Previous Next
  •  03-10-2009, 8:23 PM 49717

    Using StandardDialog

    Hi All,
     
    Here's the scenario. I'm using the Editor on an IFrame based on previous post, it's recommended that I use the standard dialog setting.
     
    Some problems occurs though.
     
    UseStandardDialog = True
      - on the Upload button the 401, Flash error occurs
     
    UseStandardDialog = False
     - upload works ok
     
    Any ideas for a fix?
        
  •  03-11-2009, 12:45 AM 49724 in reply to 49717

    Re: Using StandardDialog

    Hi,
     
    Maybe that's the reason.
     
    Is the page and the iframe in the same http host(domain)?
     
    Regards,
    Terry
     
  •  03-11-2009, 12:56 AM 49725 in reply to 49724

    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 :(
  •  03-11-2009, 1:28 PM 49758 in reply to 49725

    Re: Using StandardDialog

    We get such issue for Silverlight before.
     
    It seems that the IE-modaldialog have some bug to load the plugin.
     
    We need check it more.
     
    Regards,
    Terry
     
  •  03-11-2009, 7:40 PM 49782 in reply to 49758

    Re: Using StandardDialog

    Ok so I guess, I'm stuck with using the modaldialog using Flash because of my requirement to use the editor with iframe.

    However, because of the 401 error, do I need some permission configuration on some folders in order for this to work?
     
    I read on some posts that I should turn off Windows authentication. If I do this on the "Uploads" folder ONLY, will this solve it?
     
    Thanks again!
View as RSS news feed in XML