[android-developers] Re: File IO Erros

2012-04-18 Thread Kiran
I should add that the errors that I've posted are appearing on the server side, not the client side. I've attached my Webserver and WebserverHandler code. On Tuesday, April 17, 2012 11:56:41 PM UTC-4, Kiran wrote: Hi All, I was wondering if you had any thoughts to some errors I am getting

Re: [android-developers] Re: File IO Erros

2012-04-18 Thread Daniel Drozdzewski
It is not really an Android SDK question. You did not post the Client code that receives the file. Your stacktrace indicates that the connection got closed (maybe by the client), while you are still trying to write to it. There are HTTP Headers for connection management. Do you specify these?