How do I implement filename validation?
Hi!Does anyone know how to implement content filename validation rules? For example I would like every filename in a specific space to match a certain regular expresion. If the file being added is not valid the user should be prompted to change the n...