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
Hello,
Thank you for this amazing library. Would it be possible to prevent users from deleting some "main" folders? For example,
uploads --> folder 1 --> folder 2 --> folder 2
From reading the documentation this would be possible using custom service; if this is correct, could you provide a small example?
The text was updated successfully, but these errors were encountered:
Essentially ACLs are needed... who can upload, who cannot... when you have a basic user system with Symfony.
Sorry, something went wrong.
We managed to do ACLs using the following method:
However, there are still some things lacking:
FileManagerBundle/Controller/ManagerController.php
Line 238 in 683f1a3
Thank you
No branches or pull requests
Hello,
Thank you for this amazing library. Would it be possible to prevent users from deleting some "main" folders? For example,
From reading the documentation this would be possible using custom service; if this is correct, could you provide a small example?
The text was updated successfully, but these errors were encountered: