Upload button on insert image page requires user to login

Last post 11-19-2009, 3:25 PM by buddy__a. 7 replies.
Sort Posts: Previous Next
  •  10-22-2009, 5:56 PM 56610

    Upload button on insert image page requires user to login

    I have an installation of an app with CuteEditor in it and at this installation when the user tries to insert an image and upload the image as soon as the user click's the upload button he is presented with a windows login dialog.  I'm not sure what is requiring the credentials.  Any ideas?
  •  10-23-2009, 6:17 AM 56625 in reply to 56610

    Re: Upload button on insert image page requires user to login

    Hi buddy_a,
     
    If your site use window Authentication, the upload need the use name and password.
     
    Regards,
     
    ken
  •  10-23-2009, 1:24 PM 56650 in reply to 56625

    Re: Upload button on insert image page requires user to login

    I have several sites that require windows authentication but only one is prompting for login credentials. This one site is using Windows 2008 and IIS7 so I'm not sure if there is some setting that this site needs that the IIS6 sites don't.
  •  11-13-2009, 9:52 AM 57115 in reply to 56625

    Re: Upload button on insert image page requires user to login

    Still no resolution to this.  The site does use Windows Authentication but we have many site that use Windows Authentication and none of them have this problem.  Also the problem is a little different than I stated.  The user receives the prompt for credentials after he selects the file to upload and once he enters his user credentials the upload just sits at 0% uploaded. 
     
    Again, this is the only site doing this all other sites (and they all use Windows Authentication) are working fine.
     
  •  11-15-2009, 10:11 PM 57158 in reply to 57115

    Re: Upload button on insert image page requires user to login

    Hi buddy_a,
     
    I think it is the flash9 problem(client pc not the server)
     
    Try upgrade to flash10 and try again.
     
    Another way
     
    Use 'IFrame' upload mode
     
    These steps tell you how to change the Upload mode of "Insert Image" button
     
    1. Open file CuteSoft_Client\CuteEditor\Dialogs\InsertImage.aspx
     
    2. Find section below
     
     <CE:Uploader id="InputFile" runat="server" ></CE:Uploader>
     
    Change to
     
     <CE:Uploader id="InputFile" runat="server" UploadType="IFrame"></CE:Uploader>
     
    Regards,
     
    ken
  •  11-19-2009, 1:56 PM 57301 in reply to 57158

    Re: Upload button on insert image page requires user to login

    I'm using version 6.5 I thought the Uploader control was no longer used in 6.5?  I actually just wen through getting rid of some old 6.0 files from my installation with that in the page and it was causing problems with 6.5.
     
    Thanks for your help.
  •  11-19-2009, 3:09 PM 57302 in reply to 57158

    Re: Upload button on insert image page requires user to login

    I also tried upgrading to Flash 10 and it does the same thing as before.  After clicking the Upload button it prompts for my username and password and after I enter it I select a  file and click Open.  It then goes back to the image upload screen and it has a progress bar below the upload button, but it never uploads the file.
     
     
  •  11-19-2009, 3:25 PM 57303 in reply to 57158

    Re: Upload button on insert image page requires user to login

    Also, what port does it upload over?  Is it just port 80?
View as RSS news feed in XML