Getting “connection was reset” when uploading large files using the file upload control

若如初见. 提交于 2019-12-12 19:20:37

问题


When I'm trying to upload large files (>10Mb) with a file upload control in my XPages application, I'm always redirected to an error page in my browser, saying "The connection to the server was reset while the page was loading". In the application's xsp.properties file I already set "xsp.upload.maximumsize=128000" which should allow uploads of files with up to 128Mb. However I keep getting the "connection was reset" error. Does anybody know how to fix this problem?


回答1:


In addition to xsp.upload.maximumsize setting you have to set values in Domino Directory in server document in "Internet Protocols..." tab:

Set fields

  • "HTTP" tab / "HTTP Protocol Limits" section / "Maximum size of request content" and
  • "Domino Web Engine" tab / "POST Data" section / "Maximum POST data"

to value 128000 too.



来源:https://stackoverflow.com/questions/24321147/getting-connection-was-reset-when-uploading-large-files-using-the-file-upload

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!