-1

How can I set max size to upload files in the Dreamhost Passenger?

1 Answers1

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:

Rails file upload size limit

Community
  • 1
  • 1