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.
如何限制文件上传?比如php的upload_max_filesize和post_max_size。我还想自己捕获由此产生的错误,以便我可以使用类似“文件太大,允许的最大值为 X MB”之类的消息再次显示页面
尝试在应用程序配置中使用以下内容:
parsers.text.maxLength = (大小) k
您可以通过应用 play.avi.mvc.Results.EntityTooLarge 来更改 413 Request Entity Too Large 响应
EntityTooLarge([一些消息])