coldwaterq / want2hack

GNU General Public License v2.0
3 stars 0 forks source link

file uploads #52

Closed coldwaterq closed 10 years ago

coldwaterq commented 10 years ago

Allow users to upload files, so that binary data like pdfs can be used in challenges.

This shows how to limit the maximum size of a file. http://flask.pocoo.org/docs/patterns/fileuploads/#improving-uploads

The max size should be configurable in the config.