cURL / Mailing Lists / curl-library / Single Mail

curl-library

Content Type - Message Boundary issue in YouTube upload

From: Tanmay Anjaria <tanmay.anjaria_at_gmail.com>
Date: Wed, 14 Jan 2009 14:40:46 +0530

Hi Daniel,

I forgot giving you the test.xml file which contains video info like video
title, description etc.

This file is opened and read in a buffer in the source code that I just
sent.

please copy the below content and paste in test.xml

<?xml version="1.0"?>
<entry xmlns="http://www.w3.org/2005/Atom"
  xmlns:media="http://search.yahoo.com/mrss/"
  xmlns:yt="http://gdata.youtube.com/schemas/2007">
  <media:group>
    <media:title type="plain">bottleopener</media:title>
    <media:description type="plain">
      bottleopener - Too Good Video
    </media:description>
    <media:category
      scheme="http://gdata.youtube.com/schemas/2007/categories.cat">People
    </media:category>
    <media:keywords>toast, wedding</media:keywords>
  </media:group>
</entry>

Thanks & Regards,
Tanmay
Received on 2009-01-14