Hi,

I have a HTTP sampler which performs a get onto a page. The response is a binary word document attachment.

I'd like to PUT this back up onto the server, but need to easily extract it. So far, I'm having no problem with the PUT - I'm using a parameter without a name, but I'm having problems extracting the whole response body. For example, one response is about 281K. I'm using the following pattern to match it:

(?m)(.*)

This however is only matching the first 2K or there about.

Could somebody suggest a regex that would work to match the entire output, or maybe there's a better way to do this?

Is there perhaps a variable I can get my hands on that has the response body?

George


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to