We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a problem on drag-drop multi-level hierarchical folders and files.
example folder stucture:
öfolder/ öfolder/öfile.jpg
After drag-drop on server: öfolder/ofile.jpg // filename right but folder name is not have sanitize
Why folders not have saniteze?
My bind:
'bind' => array( 'mkdir.pre mkfile.pre rename.pre' => array( 'Plugin.Sanitizer.cmdPreprocess', ), 'upload.presave' => array( 'Plugin.Sanitizer.onUpLoadPreSave', ) ),
Thank you
The text was updated successfully, but these errors were encountered:
@aktolu This is a bug of plugins (Sanitizer and Normalizer). So I'll fix it.
Thanks! 👍
Sorry, something went wrong.
03c7278
@aktolu I done. Please change your bind to more correctly.
'bind' => array( 'upload.pre mkdir.pre mkfile.pre rename.pre archive.pre ls.pre' => array( 'Plugin.Sanitizer.cmdPreprocess', ), 'upload.presave' => array( 'Plugin.Sanitizer.onUpLoadPreSave', ) ),
@nao-pon THANK YOU VERY MUCH.
I was update Sanitizer and Normalizer plugins, after change your say binds and works fine.
Cheers!
nao-pon
No branches or pull requests
I have a problem on drag-drop multi-level hierarchical folders and files.
example folder stucture:
öfolder/
öfolder/öfile.jpg
After drag-drop on server:
öfolder/ofile.jpg
// filename right but folder name is not have sanitize
Why folders not have saniteze?
My bind:
Thank you
The text was updated successfully, but these errors were encountered: