therealadityashankar / flask-value-checker

easy form or query parameter checking with flask
MIT License
1 stars 1 forks source link

Add support for checking for files #3

Closed therealadityashankar closed 4 years ago

therealadityashankar commented 4 years ago

flask-value-checker cannot test for files-yet add support for that

also see #1

cbcoutinho commented 4 years ago

There must be a way to build off of what is already built into flask - I know there is at least the ALLOWED_EXTENSIONS config that hooks into request.files['file'] somehow

therealadityashankar commented 4 years ago

Added support in latest commit