Bumping this. I also noticed that if a user goes to upload a file via the File Uploader dropzone, it will automatically upload the file (aka, taking up storage) even if the user doesn’t go through with clicking an “Upload” button and filing it into the database.
This seems like a major issue. Files shouldn’t be actually uploaded to storage until the user clicks Upload. Dropzone files should necessarily be temp files that go away automatically if the page is left or X’d out of.
@JeffT any help on this?