We have a required field (file upload) called resume. When new user fills out the registration form, clicks browse and selects a file, and clicks register they are given back an error of:
Warning
Invalid field: Resume
I've checked the "Options File Field" tab and verified the extensions are allowed. I've tried the format of:
txt|pdf|doc
-- and --
.txt|.pdf|.doc
Both exhibit the same results on the front end in registration with Invalid Field.
No "Parameters" are set on this field,
If we set it to not required, it allows the registration, but it does not upload the file.