10 messages in com.googlegroups.google-picasa-data-apiPicasa problem with reading chunked data
FromSent OnAttachments
joa...@hagerling.se27 Aug 2007 03:16 
joa...@hagerling.se28 Aug 2007 06:29 
Ryan Boyd (Google)28 Aug 2007 08:54 
joa...@hagerling.se29 Aug 2007 00:15 
Ryan Boyd (Google)29 Aug 2007 18:56 
joa...@hagerling.se30 Aug 2007 00:52 
Ryan Boyd (Google)30 Aug 2007 16:02 
joa...@hagerling.se31 Aug 2007 00:38 
Ryan Boyd (Google)04 Sep 2007 21:47 
Ryan Boyd (Google)23 Sep 2007 22:25 
Subject:Picasa problem with reading chunked data
From:joa...@hagerling.se (joa@hagerling.se)
Date:08/27/2007 03:16:02 AM
List:com.googlegroups.google-picasa-data-api

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.