django-file-form
django-file-form copied to clipboard
Retry for failed uploads.
Right now when an upload failed, the frontend will show Upload failed. When I re-upload, the new one, successful or not, will be listed as a separate entry. I think
- There could be an
retrybutton to retry upload - When a file is later uploaded, success or not, it's better for it replace the "upload failed" one.
I'll add this to the todo list.
Retry is added in this pr: #297 But that's an automatic retry, not a button. The retry button is still on the todo list.
Closed because there has been no activity for a long time on this issue.