BUG found uploading images

Last post 10-05-2008, 2:11 AM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  10-03-2008, 2:48 PM 44546

    BUG found uploading images

    When you upload an image with special characters, cute editor often shows this message, which is good
     
    Windows Internet Explorer
    ---------------------------
    File name not allowed!  Please keep the file name one word with no spaces or special characters.
    ---------------------------
    OK  
     
    BUT, when the image name has this character:
     
    #
     
    It let's you upload the image, but the image DO NOT DISPLAY.
     
    I think that symbol (#) should also tigger the previous alert, so it won't let it to be uploaded.
     
    I tried uploading an image with that symbol in the name from your online DEMO, and it also fails.
     
    Can this be corrected anytime soon????
     
    Thank you.
    Filed under: ,
  •  10-05-2008, 2:11 AM 44561 in reply to 44546

    Re: BUG found uploading images

    Hi quisella,
     
    You can modify the security policy file toprevent this character.
     
    Please open CuteSoft_Client\CuteEditor\Configuration\Security\Default.config
     
    Navigate to:
    <security name="filenamePattern">^[a-zA-Z0-9\._\s-\#]+$</security>
     
    change to:
    <security name="filenamePattern">^[a-zA-Z0-9\._\s-]+$</security>
     
    Regards,
     
    Ken
View as RSS news feed in XML