We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Default upload value is 900MB.
nginx.conf
client_max_body_size 900m;
init.py
app.config['MAX_CONTENT_LENGTH'] = 90 * 1024 * 1024 * 1024