Hello, I would like to force my form to require 3 file upload inputs that I have. I use server validation to require the other fields, and they work fine. However, when I insert the field name of one of my file upload inputs, I always get an error that the field is empty - no matter whether I upload the file or not.
The file is uploaded to the server. BUt the form will not go through. If I remove the field from the server validation, then I can upload the file and receive it as an email.. but I can't force that field to be required.
What is the best way to require an upload field???
The file is uploaded to the server. BUt the form will not go through. If I remove the field from the server validation, then I can upload the file and receive it as an email.. but I can't force that field to be required.
What is the best way to require an upload field???