Closed dixonsiu closed 2 years ago
Hi dixon,
Is this about 413 Request Entity Too Large
error?
Maybe, this is related to client_max_body_size
parameter in nginx configuration.
http://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size
Let me check later with my Personium Unit. Thank you for the information.
気になる100mですが、Mではないですね。不思議。
300Mに設定したが、今度は403エラーでした。<-- ファイル名がspaceか日本語かのせいで失敗でした。 ファイル名を変更したら、uploadが成功した。
It's good! So, is this solved?
I think these Tomcat options may effects limit of upload size.
maxPostSize
maxSwallowSize
https://tomcat.apache.org/tomcat-9.0-doc/config/http.html
These options limits size of uploads 2MB by default.
The problem is solved. Thank you @yoh1496 !
I will discuss with Personium Team which chapter is the best place to add the procedures to increase upload file size.
The help manual does not state clearly how to increase the file size of uploaded file. Currently, 5MB file failed to be uploaded.