How can I set max size to upload files in the Dreamhost Passenger?
Asked
Active
Viewed 567 times
-1
-
What kind of upload library are you using? – Andreas Lyngstad Dec 03 '12 at 21:42
1 Answers
1
I don't believe there is a way to do this directly in Passenger, but the limit is based on the apache request body limit. So, you would need to edit your httpd.conf file and use LimitRequestBody to set it (meaning you'd also need a VPS or dedicated server with us). Please see the top answer here with the solution for Apache:

Community
- 1
- 1

DreamHost-Sean
- 11
- 1