Fixing the issue where after a file was uploaded and cleared, it could not be uploaded again.
This was due to the value never being reset, so no change being detected.
Checklist
[X] Code compiles correctly
[X] Created tests which fail without the change (if possible)
[X] All tests passing
[X] Extended the README / documentation, if necessary
Description
Fixing the issue where after a file was uploaded and cleared, it could not be uploaded again. This was due to the value never being reset, so no change being detected.
Checklist