Security Prefix in Config File

Last post 04-29-2011, 8:16 PM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  04-29-2011, 10:35 AM 67378

    Security Prefix in Config File

    If the a way to set the 'security prefix ' for image uploads in the 'registered.config' file under the Security folder. 
     
    If not please can you give me some clue as to how to implement this.  I am using the communityserver wrapper to run the editor. 
  •  04-29-2011, 8:16 PM 67386 in reply to 67378

    Re: Security Prefix in Config File

    hi BinbinB,
     
    You can change the regular expressions below the handle the file name.
     
    <security name="filenamePattern">^[a-zA-Z0-9\._\s-]+$</security>
     
    Regards,
     
    Ken
     
View as RSS news feed in XML