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

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


The following commit(s) were added to refs/heads/main by this push:
     new e84d5c450 Adds a link to the action file upload page (#285)
e84d5c450 is described below

commit e84d5c450cb398ecc85b417b14c9123c3cff4e4b
Author: Lukasz Lenart <[email protected]>
AuthorDate: Fri Dec 5 08:16:07 2025 +0100

    Adds a link to the action file upload page (#285)
---
 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