This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new d76b6603d Updates stage by Jenkins
d76b6603d is described below
commit d76b6603df51f362753a3d940dc9c396cf57a43b
Author: jenkins <[email protected]>
AuthorDate: Thu Mar 2 07:17:14 2023 +0000
Updates stage by Jenkins
---
content/core-developers/file-upload.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/core-developers/file-upload.html
b/content/core-developers/file-upload.html
index e2fc18b3a..a05500bff 100644
--- a/content/core-developers/file-upload.html
+++ b/content/core-developers/file-upload.html
@@ -523,8 +523,8 @@ receive a file that is too large. Notice the locations of
both settings in the f
<h3 id="files-number-limit">Files Number Limit</h3>
-<p>Since Struts 6.2.0 a new option was added, which uses Commons fileupload
feature to limit how many files can be uploaded
-at once, in one request. This option requires to use Commons fileupload
version 1.5 at least and by default is set to 256.
+<p>Since Struts 6.2.0 a new option was added, which uses Commons FileUpload
feature to limit how many files can be uploaded
+at once, in one request. This option requires to use Commons FileUpload ver.
1.5 at least and by default is set to <strong>256</strong>.
To change this value define a constant in <code class="language-plaintext
highlighter-rouge">struts.xml</code> as follows:</p>
<div class="language-xml highlighter-rouge"><div class="highlight"><pre
class="highlight"><code><span class="nt"><struts></span>