Re: RenameFile is not invoked in custom FileStorage

  •  05-26-2010, 9:23 PM

    Re: RenameFile is not invoked in custom FileStorage

    Hi,
     
    Did you ever change the
     
    CuteSoft_Client\CuteEditor\Configuration\Security\Default.config ?
     
    the code should contains <security name="filenamePattern">^[a-zA-Z0-9\._\s-\#]+$</security>
     
    When you get the "File name not allowed" , the reason is the typed name is not match for the filenamePattern
     
    Regards,
    Terry
View Complete Thread