No, you are correct, Stephane. The MIME spec (RFC2046) defines the part
separator parameter name as "boundary" and the GData MIME posting support
conforms to RFC2046.
Thanks!
-- Kyle
On 3/26/07, sdel...@gmail.com <sdel...@gmail.com> wrote:
in the gdata api doc for picasa, this was given as example:
<snip>
Content-Type: multipart/related; separator="END_OF_PART"
Content-Length: 24680246
MIME-version: 1.0
Media multipart posting
<snap>
in "Post a photo with metadata".
the right header should be:
Content-Type: multipart/related; boundary="END_OF_PART"
but, of course, I may be wrong...
regards