primefaces 上传文件尺寸受限制 Connection terminated as request was larger than
时间:2016-08-26 15:05:24
收藏:0
阅读:2629
standalone.xml like this:
<http-listener name="default" socket-binding="http" max-post-size="104857600"/>
the value seems to be in bytes.
上传文件大小受限制报错:
Connection terminated as request was larger than
评论(0)