Python bottle module causes "Error: 413 Request Entity Too Large" Python bottle module causes "Error: 413 Request Entity Too Large" python python

Python bottle module causes "Error: 413 Request Entity Too Large"


You should be able to just

import bottlebottle.BaseRequest.MEMFILE_MAX = 1024 * 1024 # (or whatever you want)

This appears to be the only way based on the source