daisy / pipeline-webui

A Web User Interface for the DAISY Pipeline 2
Other
3 stars 2 forks source link

10MB upload limit #96

Closed KariRudjord closed 8 years ago

KariRudjord commented 8 years ago

An error message appear when trying to produce a large EPUB (29.4 MB) (NLB 556972). Error message: "Request Entity Too Large". Are there any file size restrictions? @josteinaj

josteinaj commented 8 years ago

There seems to be a restriction at 10 MB. It may have been introduced when I upgraded to Play Framework 2.x a while back.

The solution is to add this to application.conf:

play.http.parser.maxDiskBuffer = 1G