Closed
Description
Currently, if you follow the file upload cookbook, you will not be adequately handling "updates" for two reasons:
- If you only modify the file property, then the doctrine update listeners are not triggered
- If you do change the uploaded file, the old file is not deleted
Related is this commit, whose caution can hopefully be removed at some point: 808da21. Also, see #564.