joegasewicz / flask-file-upload

Easy file uploads for Flask.
MIT License
154 stars 15 forks source link

Multiple file uploads #82

Closed joegasewicz closed 2 years ago

joegasewicz commented 4 years ago

Multiple file uploads on a single attribute. https://github.com/joegasewicz/flask-file-upload/blob/08df99e4c147bc6c81e9833c7285429f9bdd617d/flask_file_upload/column.py#L14

  teacher_img = file_upload.Column(many=True)
joegasewicz commented 2 years ago

See #123 for a work around & explanation of why this feature is not going to be supported directly.