hi
previously using <security name="filenamePattern">^[a-zA-Z0-9\._\s-\#]+$</security> i cant upload files with chinese text.
after that i found solution [^\\x00-\\xff]+$ it allow filename with chinese text but now files with upper case extension got filtered out.any workaround for this?