Closed coldwaterq closed 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.
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.