Hello Roland!
Thanks for the answers. I know I can't leave the doPost method empty,
I did it just for test purpose, to be sure the problem was in the
post, not in the server process. I split by myself because we've
created a transfer protocol for security reasons, so the client do
some info interchange. But now I solved my problem, I'm using a
InputStreamRequestEntity, worked fine.
Thanks!

On 9/8/06, Roland Weber <[EMAIL PROTECTED]> wrote:
Hello Vitor,

why do you split the file yourself? HttpClient will transfer
a file in chunks of digestable size, and it is transparently
recombined on the server.
You can't just leave the doPost method unimplemented. You've
got to read the data that is sent to the server!

cheers,
  Roland

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to