Hi,
We're looking to setup server side validation for a required image field. We have already configured the javascript based validation for the field, which works fine, but we are looking for a server side validation for this field.
Our first attempt was to use a auto server side validation action with the image field name (e.g. ScannedImage) in the required and not empty fields list. This causes the form submit to fail even if a correct image is attached for ScannedImage.
Not sure how to go about solving this issue. please advice.
We're looking to setup server side validation for a required image field. We have already configured the javascript based validation for the field, which works fine, but we are looking for a server side validation for this field.
Our first attempt was to use a auto server side validation action with the image field name (e.g. ScannedImage) in the required and not empty fields list. This causes the form submit to fail even if a correct image is attached for ScannedImage.
Not sure how to go about solving this issue. please advice.