Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It seems to me that if I'd like to use this library to manage file uploads with other form inputs in my React Router 7 app, I could have many uploaded files if the user fails even simple request validations, because:
So say I have a form with a field using some custom validation and a file input. If the user sends some invalid data for the other field, and keeps messing up, on each attempt I'm going to upload that file to my storage.
Are there any best practices on how to avoid this? Or am I just missing something?
Beta Was this translation helpful? Give feedback.
All reactions