Re: JSP/file upload issue

2025-05-19 Thread Lukasz Lenart
wt., 20 maj 2025 o 00:22 Deborah White napisaƂ(a): > It was never implemented like that where I can see. There is no reference to > interceptor-ref name=fileUpload. Not sure what you mean by that, but the new ActionFileuploadInterceptor has been added in Struts 6.4 and to use it your actions mus

RE: JSP/file upload issue

2025-05-19 Thread Deborah White
It was never implemented like that where I can see. There is no reference to interceptor-ref name=fileUpload. -Original Message- From: Lukasz Lenart Sent: Sunday, May 18, 2025 12:34 AM To: Struts Users Mailing List Subject: Re: JSP/file upload issue EXTERNAL EMAIL: This message was

Re: JSP/file upload issue

2025-05-18 Thread Lukasz Lenart
Did you migrate to the Action based file upload interceptor? https://cwiki.apache.org/confluence/display/WW/Struts+6.x.x+to+7.x.x+migration#Struts6.x.xto7.x.xmigration-Fileupload Support for old FileuploadInterceptor has been removed in Struts 7 also it's related to the security vulnerability http

JSP/file upload issue

2025-05-16 Thread Deborah White
Hello, migrating from 2.3 to 7.0 and this no longer works. I am not getting the document or the document name. I have this in my jsp page: var options = { target: '#complaintDetailsDiv', beforeSubmit