Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何设置最大大小以在 Dreamhost 乘客中上传文件?
我不相信有办法直接在乘客中执行此操作,但限制是基于 apache 请求正文限制。因此,您需要编辑您的 httpd.conf 文件并使用 LimitRequestBody 进行设置(这意味着您还需要我们的 VPS 或专用服务器)。请在此处使用 Apache 的解决方案查看最佳答案:
Rails 文件上传大小限制