Hi..
I am new to httpclient.
I am developing a program that download a file.
I've got the response using :
InputStream bodyStream = postMethod.getResponseBodyAsStream();
When I write the bodyStream to a file, it write the whole response things.
(I only want to save the file).
Is there anyway I could get only the content of the file ?
I attached my downloaded file.
many thanks in advance.
Cheers,
quent
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
