-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Can acceptedName distinguish between foldername and filename? #1959
Comments
@donShakespeare OK. I'll make a new configuration option Thanks! 👍 |
Done. @donShakespeare you can use Thanks! |
Excellent! Thank you. Makes a world of difference now.
or at atleast
|
Thanks for the suggestion!
Yes, It is determined as
Yes, I'll implement it.
Yes, I'll add an option |
For to make configurable to characters allowed in path name. c.f. #1959
Done it. Thanks! |
Works beautifully! I noticed this code
|
Yes, it will be included in 2.1.24. Until then you can try it with the nightly build. When you try, do not forget to clear the browser cache. |
In conjunction with mimeTypes, for added security, I have a function that forces acceptedName to not start with dot, and to force an extension that is predefined in an array.
Folders don't have extension, therefore this function will prevent folders from being created or renamed. This is undesirable.
Anybody have ideas?
Thanks.
The text was updated successfully, but these errors were encountered: