-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Cookbook - File Uploads with Doctrine - removeUpload at PreRemove #712
Comments
Indeed, |
One option could be to add a method for |
…ng the id in the filename - see #712
Hi guys! @craue you're absolutely right with your concern - only in Thanks! |
In the section "Using the id as the filename", it seems that the callback of the removeUpload() function should be at PreRemove instead of PostRemove, because we will not be able to retrieve the id.
The text was updated successfully, but these errors were encountered: