So I have a form with a filetype input, and found a bug where if the user chooses a file for the input, then deletes/moves the file from their filesystem (the filetype input still having the original file path they chose as the value) and then submits the form, it gives a Chrome "missing_file_err" which makes sense since the path to the file they provided no longer is accurate.
Is there a way to avoid this? Is there perhaps some sort of file upload widget I can use that keeps a copy of the file when they select it even if they move or delete it before submitting?