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 fa6ffff03 Updates stage by Jenkins
fa6ffff03 is described below
commit fa6ffff031f4a58e60c232a01e61bc8f327d40db
Author: jenkins <[email protected]>
AuthorDate: Fri Dec 5 07:11:28 2025 +0000
Updates stage by Jenkins
---
content/core-developers/file-upload.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/content/core-developers/file-upload.html
b/content/core-developers/file-upload.html
index 360736119..4fbb78ef9 100644
--- a/content/core-developers/file-upload.html
+++ b/content/core-developers/file-upload.html
@@ -180,7 +180,8 @@
</li>
</ul>
-<p class="alert alert-warning">Since Struts 6.4.0 the <code
class="language-plaintext highlighter-rouge">FileUploadInterceptor</code> is
deprecated, and you should use <a
href="action-file-upload-interceptor">ActionFileUploadInterceptor</a>
instead!</p>
+<p class="alert alert-warning">Since Struts 6.4.0 the <code
class="language-plaintext highlighter-rouge">FileUploadInterceptor</code> is
deprecated, and you should use <a
href="action-file-upload-interceptor">ActionFileUploadInterceptor</a> instead!
+Please refer to the <a href="action-file-upload">action file upload</a> page
to understand how to use it.</p>
<p>The Struts 2 framework provides built-in support for processing file
uploads that conform to <a href="http://www.ietf.org/rfc/rfc1867.txt">RFC
1867</a>,
“Form-based File Upload in HTML”. When correctly configured the framework will
pass uploaded file(s) into your Action