Hi,
I'm trying to upload a file with JMeter and resolve the file with Oreilly's
MultipartParser class, but when expecting the File part i receive null.
I'm sending the following parameters:
one parameter: name=string value=yadayada
second parameter: is a file with the following deetails
FileName: amos.pps
ParameterName: file1
That's all .
When resolving on the server side what i got (with Oreilly's MultipartParser class) ,
i realize that the first part (in the multipart request) is string as expected , but
the
second part arrives as null.
My Question: why is that ? what am i doing wrong ?
Reminder: I'm using 1.8 version on Windows 2000
Thanks in advnaced
Amos