From 73f0e55afc7f03404adce486f31f30f36aaddefa Mon Sep 17 00:00:00 2001 From: Simon Woll <40659112+wollsi@users.noreply.github.com> Date: Tue, 12 May 2020 11:50:38 +0200 Subject: [PATCH] added additional information regarding the maximum upload file size --- FAQ.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index a6485ac..b3adeea 100644 --- a/FAQ.md +++ b/FAQ.md @@ -46,7 +46,12 @@ Virtual libraries are implemented as searches in Calibre's own searching languag ### What is the maximum file-size which can be uploaded through calibre-web? -Calibre-web default server ('tornado') limits the uploaded file size to 200MB, 'Gevent' the server from the optional requirement has no hardcoded limit (or nothing I'm aware of) +Calibre-web default server ('tornado') limits the uploaded file size to 200MB, 'Gevent' the server from the optional requirement has no hardcoded limit (or nothing I'm aware of). + + +### My file is smaller then 200MB, but I get a '413 - Request Entity To Large' error message + +If you are using some additional systems like a proxy or reverese proxy, they must be configured to support the file size as well. See [https://www.keycdn.com/support/413-request-entity-too-large](https://www.keycdn.com/support/413-request-entity-too-large) for a possible fix. ### Can Calibre-web execute malicious code in an epub?