[android-developers] Re: Example: upload files to php from android

2008-12-19 Thread octagon
your Android project? > > thank's > > 2008/10/21 octagon > > > > > This is a way for android to POST a file upload to a php script. I had > > a bit of trouble figuring out the ins and outs of the http client > > situation, but this is what works for me (hope

[android-developers] Example: upload files to php from android

2008-10-21 Thread octagon
This is a way for android to POST a file upload to a php script. I had a bit of trouble figuring out the ins and outs of the http client situation, but this is what works for me (hope someone finds it helpful): Notes: Expect/continue handshaking needed to be disabled to avoid getting 417 errors