1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-07-06 03:52:57 +00:00

added additional information regarding the maximum upload file size

Simon Woll 2020-05-12 11:50:38 +02:00
parent 98d0470657
commit 73f0e55afc

7
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?