Replies: 1 comment
-
I have same problems |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When a user uploads a file that fails validation I would live to remove it.
I have found the method (removeFormUploadedFile()) to remove it in the form code, but sadly it does not update the frontend.
I know this code also removes previously uploaded files, but one problem at a time.
Has anyone found a way to remove a file and get the frontend to update to reflect this as well?
Another idea would be to visually mark the file that is "bad". If a user drags in 10 files, it might be hard for them to figure out which file was the failed one.
Beta Was this translation helpful? Give feedback.
All reactions