Tutorial posted:Size: 4.61 MB (4,834,743 bytes) What you want to write down is 4834743 without the commas.
XML Example posted: <?xml version="1.0"?> <rss version="2.0"> <channel> <title>My Program</title> <link>http://www.mywebsite.com/myaudio.mp3</link> <description>My first podcast</description> <language>en-us</language> <copyright>2005</copyright> <lastBuildDate>Today’s Date*</lastBuildDate> <webMaster>youremail@whatever.com</webMaster> <ttl>1</ttl> <item> <title>Todays Radio Show - Monday</title> <description>Here is my Monday podcast. Hope you like it.</description> <pubDate>Wed, 23 Aug 2006 00:56:00 GMT</pubDate>* <enclosure url="http://www.mywebsite.com/myaudio.mp3" length="4834743" type="audio/mpeg"/> </item> </channel> </rss> (* Make sure you express the date in the format of: Day:Date:Month:Year: hh:mm:ss . Also, you have to tell what timezone you are in, relative to GMT.)