This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch fix/file-upload
in repository https://gitbox.apache.org/repos/asf/struts-site.git

commit 2db3d76da8760cfdbcc23ed701e978bcf596dc88
Author: Lukasz Lenart <[email protected]>
AuthorDate: Fri Dec 5 08:04:00 2025 +0100

    Adds a link to the action file upload page
---
 source/core-developers/file-upload.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/source/core-developers/file-upload.md 
b/source/core-developers/file-upload.md
index 8c5acbacf..d7811940a 100644
--- a/source/core-developers/file-upload.md
+++ b/source/core-developers/file-upload.md
@@ -13,6 +13,7 @@ parent:
 {:toc}
 
 Since Struts 6.4.0 the `FileUploadInterceptor` is deprecated, and you should 
use [ActionFileUploadInterceptor](action-file-upload-interceptor) instead!
+Please refer to the [action file upload](action-file-upload) page to 
understand how to use it.
 {:.alert .alert-warning}
 
 The Struts 2 framework provides built-in support for processing file uploads 
that conform to [RFC 1867](http://www.ietf.org/rfc/rfc1867.txt), 

Reply via email to