I’m getting an error in a basic channel form with a file upload field. The field is setup correctly and is set to NOT be required but when I try to post the form I get the following message:
The form you submitted contained the following errors
You did not select a file to upload.
Return to Previous PageIf I choose a file and submit the form it works fine, but submitting the form without results in an error each time. I checked the database directly to make sure the “field_required” row is set to “no”.
This seems like a bug to me, anyone else have this problem?