Robert
Results
1
issues of
Robert
Hey, I'm having trouble with validating a `wtforms.MultipleFileField` field. Creating a form field like so: `not_important = wtforms.MultipleFileField("Multiple file test",[FileRequired("File required"), FileAllowed(['csv'], ".csv file required")])` doesn't really work. After passing...