Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: Security Prefix in Config File
Security Prefix in Config File
Last post 04-29-2011, 8:16 PM by
Kenneth
. 1 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
04-29-2011, 10:35 AM
67378
BinbinB
Joined on 04-17-2011
Posts 7
Security Prefix in Config File
Reply
Quote
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
Kenneth
Joined on 02-13-2008
Posts 3,886
Re: Security Prefix in Config File
Reply
Quote
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