Re: JSP/file upload issue
Lukasz Lenart <[email protected]> Tue, 20 May 2025 06:31:50 +0200
| Newsgroups | gmane.comp.jakarta.struts.user |
|---|---|
| Message-ID | <CAMopvkOC+i_ZC_ZzgTY0iae4ti5GTt_RmKOEQnyhWfdjrkHZxQ@mail.gmail.com> |
wt., 20 maj 2025 o 00:22 Deborah White <[email protected]> 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 must implement a dedicated interface - UploadedFilesAware. https://github.com/apache/struts/blob/main/core/src/main/java/org/apache/struts2/interceptor/ActionFileUploadInterceptor.java#L105-L124 Cheers Łukasz