Scenario: user is able to upload multiple files by drag & drop or file dialog, the uploading and tracking works fine, but now the user wants a retry function.
situation:
- user tries to upload form
- form gets rejected for lack of content
- user fixes form while still in web-session
- user saves form that is on local computer
- user clicks retry
at step 5 I am having trouble understanding how i can retrieve that changed file, i have a file object that contains the original file info, ive tried creating a new instance of a file object using the file name, but im beginning to think theres not a way to accomplish this because i would be programatically accessing the users computer to update the file.
any thoughts or help would be amazing!