Re: Process multiple uploaded files individually

2024-09-02 Thread Florian Schlittgen
Thank you for the quick reply, I will register a bug in JIRA then. In my opinion, since the class "UploadedFile" represents exactly what it is named (an uploaded file) and the input name is part of the multipart request, "inputName" should be included as a class member. This keeps the "UploadedF

Re: Process multiple uploaded files individually

2024-09-02 Thread Lukasz Lenart
pon., 2 wrz 2024 o 09:59 Florian Schlittgen napisaƂ(a): > The ActionFileUploadInterceptor was introduced with WW-5371 and the API > has been greatly simplified as a result. However, there is a problem if > you upload several files and want to process them individually later. > This is no longer po