Summary:
accepted file types being rejected on upload
Detailed Description:
If your file input field has accept='pdf' (for example), and you add the "Ensure
all uploads conform to specifications in attributes" Validation, the validator
will reject PDF as invalid. Adding data-smtfm-accept='pdf' (or ".pdf", it's not
clear which it wants) doesn't fix it.