Hi Chris,
> Mine is coming up on 20 years old.
That's worthy of an extra slice of cake :-).
> The code you posted shows imports and then your interaction with the
> fileupload library. Do you know what else happens before this line of code?
> ServletRequestContext requestContext = new Serv
Tim,
On 5/25/21 11:22, Scott,Tim wrote:
Hi Chris,
"nah, nobody still uses Struts 1.x".
I wouldn't put it past this 14 year old application ...
:)
Mine is coming up on 20 years old.
But at this point, if you have things working, you can probably
stop.
>
My OCD says No!, but my pragm
Hi Chris,
> "nah, nobody still uses Struts 1.x".
I wouldn't put it past this 14 year old application ...
> But at this point, if you have things working, you can probably stop.
My OCD says No!, but my pragmatic side says "leave it until I have to
change"
> But something is *definitely* wro
Tim,
On 5/25/21 05:03, Scott,Tim wrote:
Hi Mark,
No. You should be able to use HttpServletRequest.getPart()
I've given up on that attempt as I keep getting:
java.lang.AbstractMethodError: Method
org/apache/struts/upload/MultipartRequestWrapper.getPart(Ljava/lang/String;)Ljavax/servlet/http/P
Hi Mark,
> No. You should be able to use HttpServletRequest.getPart()
I've given up on that attempt as I keep getting:
java.lang.AbstractMethodError: Method
org/apache/struts/upload/MultipartRequestWrapper.getPart(Ljava/lang/String;)Ljavax/servlet/http/Part;
is abstract
I have my workaround and
On 24/05/2021 14:22, Scott,Tim wrote:
Hi Mark,
From: Mark Thomas wrote:
import org.apache.commons.fileupload.disk.DiskFileItemFactory;
import org.apache.commons.fileupload.servlet.ServletFileUpload;
import org.apache.commons.fileupload.servlet.ServletRequestContext;
You are using Commons Fi
Hi Mark,
From: Mark Thomas wrote:
> import org.apache.commons.fileupload.disk.DiskFileItemFactory;
> import org.apache.commons.fileupload.servlet.ServletFileUpload;
> import org.apache.commons.fileupload.servlet.ServletRequestContext;
> You are using Commons FileUpload so this issue needs to be
On 24/05/2021 12:08, Scott,Tim wrote:
Hi Mark,
Thanks for the prompt response.
On 24/05/2021 10:58, Scott,Tim wrote:
Hi experts,
First time poster, here, so I know I'm risking not providing nearly
enough of the right information. Please let me know what I can send to
help you help me further
Hi Mark,
Thanks for the prompt response.
>On 24/05/2021 10:58, Scott,Tim wrote:
>> Hi experts,
>>
>> First time poster, here, so I know I'm risking not providing nearly
>> enough of the right information. Please let me know what I can send to
>> help you help me further through this.
>How are yo
On 24/05/2021 10:58, Scott,Tim wrote:
Hi experts,
First time poster, here, so I know I’m risking not providing nearly
enough of the right information. Please let me know what I can send to
help you help me further through this.
How are you reading the uploaded file? Please provide the code t
Hi experts,
First time poster, here, so I know I'm risking not providing nearly enough of
the right information. Please let me know what I can send to help you help me
further through this.
I'm using separate deployments of Tomcat 9 on Linux (RedHat 7) and Windows for
the same mature .war appl
11 matches
Mail list logo