Edit this page | Blame

file upload size limit

https://github.com/fukamachi/ningle/issues/39

I was able to fix the issue by using woo instead of hunchentoot.

Hunchentoot handles POST content naively, and it puts all data in memory.

Woo does the "right thing" out of the box.

(made with skribilo)