Hi
I have a problem with uploading images to picasa that >2kb. Below that
size everything works fine.
When i try to upload files above that size picasa returns error
"HTTP1.1/ 415 Unsupported media type". If I post using http 1.0
instead so that the data doesnt get chunked there is no problem with
big files. The problem is that i have to be able to use chunked data
transfer to picasa since the JVM/J2ME on the handheld uses http 1.1
and chunks the data.
My question is, Does Picasa have any issues of reading chunked data or
do i have to send some extra header with the connection not mentioned
in the documentation? I have tried to use Connection: keep-alive and
other similar things but to no avail.
This is the last thing holding my application back atm so any help
would be much appreciated.