How to handle this seneraio with input type=file?

Hi there

When I submit a form that contain some file type(images,video,audio…) then If I perform some type of
a validations then value on that selected file remove

My Only seneraio to handle it sustain user selected file when some server side validation is performed

some thing like this I tried to explain https://jsfiddle.net/22ab70s5/3/

save the file on the serverside in some temporary folder until the user entered all valid form fields.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.