-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removal of special characters from folder and file names #88
Comments
hey @twin-elements , did you find a way to do it? |
thanks @twin-elements for your reply, |
There are already some events available in the bundle where you can handle such things for some cases.
And add a new event to https://github.com/artgris/FileManagerBundle/blob/master/Event/FileManagerEvents.php called PRE_CREATE_FOLDER In your own application you can listen for this event and adjust the characters as required. |
Hi.
I need to be able to remove special characters and spaces when creating a new folder or a new file. Unfortunately, in Poland, some servers have a problem with paths that contain Polish characters. How can I do this?
The text was updated successfully, but these errors were encountered: