I have a multi-field form. There are multiple file upload areas on the page. If a users fails to complete all necessary fields but uploads images when the form is returned with a validation error all form upload fields show as if the user didn't completed them. I would like to let the users know a file has been received and not force them to upload it again.
It doesn't work with normal validation or custom validation. Thanks