<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Binary multipart POSTs in Javascript</title>
	<atom:link href="http://blog.footle.org/2007/07/31/binary-multipart-posts-in-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.footle.org/2007/07/31/binary-multipart-posts-in-javascript/</link>
	<description>(intr.v.) 1. To waste time; trifle. 2. To talk nonsense. (n.) Nonsense; foolishness</description>
	<lastBuildDate>Mon, 10 May 2010 23:21:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Z</title>
		<link>http://blog.footle.org/2007/07/31/binary-multipart-posts-in-javascript/comment-page-1/#comment-1253</link>
		<dc:creator>Z</dc:creator>
		<pubDate>Mon, 10 May 2010 23:21:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.footle.org/2007/08/01/binary-multipart-posts-in-javascript/#comment-1253</guid>
		<description>Great stuff.

But is there any way to do this in all browsers without requiring a FF plugin?</description>
		<content:encoded><![CDATA[<p>Great stuff.</p>
<p>But is there any way to do this in all browsers without requiring a FF plugin?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yang</title>
		<link>http://blog.footle.org/2007/07/31/binary-multipart-posts-in-javascript/comment-page-1/#comment-1211</link>
		<dc:creator>Yang</dc:creator>
		<pubDate>Tue, 07 Jul 2009 09:26:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.footle.org/2007/08/01/binary-multipart-posts-in-javascript/#comment-1211</guid>
		<description>Oh, my god! 
Finally I found the answer!
I have searched the Internet for this issue thousands of times, but in vain. This page is just like a light in the darkness. Thanks a lot! 谢谢(thanks in Chinese)！</description>
		<content:encoded><![CDATA[<p>Oh, my god!<br />
Finally I found the answer!<br />
I have searched the Internet for this issue thousands of times, but in vain. This page is just like a light in the darkness. Thanks a lot! 谢谢(thanks in Chinese)！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mykola</title>
		<link>http://blog.footle.org/2007/07/31/binary-multipart-posts-in-javascript/comment-page-1/#comment-1199</link>
		<dc:creator>Mykola</dc:creator>
		<pubDate>Fri, 16 Jan 2009 13:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.footle.org/2007/08/01/binary-multipart-posts-in-javascript/#comment-1199</guid>
		<description>Thanks a lot!
Really usefull piece of code.</description>
		<content:encoded><![CDATA[<p>Thanks a lot!<br />
Really usefull piece of code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gijsbert</title>
		<link>http://blog.footle.org/2007/07/31/binary-multipart-posts-in-javascript/comment-page-1/#comment-1188</link>
		<dc:creator>Gijsbert</dc:creator>
		<pubDate>Thu, 13 Nov 2008 17:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.footle.org/2007/08/01/binary-multipart-posts-in-javascript/#comment-1188</guid>
		<description>Hi,
I&#039;ve used your example code to push binary data to my site, I am very happy that I don&#039;t have to use base64 anymore.
There was one problem, the boundary with spaces is not standard since it is not quoted in the Content-type header. For most servers this is not a problem but it was for Google Apps.
Just wanted to let you know,  and hope you can update the example so others don&#039;t run into problems.
Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;ve used your example code to push binary data to my site, I am very happy that I don&#8217;t have to use base64 anymore.<br />
There was one problem, the boundary with spaces is not standard since it is not quoted in the Content-type header. For most servers this is not a problem but it was for Google Apps.<br />
Just wanted to let you know,  and hope you can update the example so others don&#8217;t run into problems.<br />
Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: avi</title>
		<link>http://blog.footle.org/2007/07/31/binary-multipart-posts-in-javascript/comment-page-1/#comment-1179</link>
		<dc:creator>avi</dc:creator>
		<pubDate>Thu, 09 Oct 2008 05:51:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.footle.org/2007/08/01/binary-multipart-posts-in-javascript/#comment-1179</guid>
		<description>Even am facing the same probelm .how this helps me to upload an image .coz it wont give full the path of image when we use document.getElementById method.</description>
		<content:encoded><![CDATA[<p>Even am facing the same probelm .how this helps me to upload an image .coz it wont give full the path of image when we use document.getElementById method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shri</title>
		<link>http://blog.footle.org/2007/07/31/binary-multipart-posts-in-javascript/comment-page-1/#comment-1178</link>
		<dc:creator>shri</dc:creator>
		<pubDate>Thu, 09 Oct 2008 05:20:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.footle.org/2007/08/01/binary-multipart-posts-in-javascript/#comment-1178</guid>
		<description>I am not getting how this script works. if i want get image from our hard disk and in firefox 3 &quot;document.getElementById(&#039;Image&#039;)&quot;
won give me the path of it and how can i this script helps me.</description>
		<content:encoded><![CDATA[<p>I am not getting how this script works. if i want get image from our hard disk and in firefox 3 &#8220;document.getElementById(&#8216;Image&#8217;)&#8221;<br />
won give me the path of it and how can i this script helps me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dieter Hansen</title>
		<link>http://blog.footle.org/2007/07/31/binary-multipart-posts-in-javascript/comment-page-1/#comment-1143</link>
		<dc:creator>Dieter Hansen</dc:creator>
		<pubDate>Sun, 01 Jun 2008 01:20:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.footle.org/2007/08/01/binary-multipart-posts-in-javascript/#comment-1143</guid>
		<description>Hi! I&#039;m very interested how you create a binary out of the image.

It&#039;s like this: I try currently to download an image via XMLHttpRequest with MimeType &quot;image/jpg&quot; and then I try to save it on my harddisk.

Sadly either the image gets corrupted in the httprequest or maybe when I save it.
Reading your blog here I now think it&#039;s more likely that it&#039;s corrupted while I try to save it.


If you are still in touch with this topic I would be very happy if you could please take a look at the code i posted as example on the following forum:
http://www.xulplanet.com/forum2/viewtopic.php?t=3512&amp;sid=e66ed3d85c2026e82b36fecdbf307546

It&#039;s the last part I have to succeed in of a small application I wrote. =)

Greetings
Dieter
(My email is very much spammed at, but I will surely come back here and on the xul-forum to see if there&#039;s an answer.)</description>
		<content:encoded><![CDATA[<p>Hi! I&#8217;m very interested how you create a binary out of the image.</p>
<p>It&#8217;s like this: I try currently to download an image via XMLHttpRequest with MimeType &#8220;image/jpg&#8221; and then I try to save it on my harddisk.</p>
<p>Sadly either the image gets corrupted in the httprequest or maybe when I save it.<br />
Reading your blog here I now think it&#8217;s more likely that it&#8217;s corrupted while I try to save it.</p>
<p>If you are still in touch with this topic I would be very happy if you could please take a look at the code i posted as example on the following forum:<br />
<a href="http://www.xulplanet.com/forum2/viewtopic.php?t=3512&amp;sid=e66ed3d85c2026e82b36fecdbf307546" rel="nofollow">http://www.xulplanet.com/forum2/viewtopic.php?t=3512&amp;sid=e66ed3d85c2026e82b36fecdbf307546</a></p>
<p>It&#8217;s the last part I have to succeed in of a small application I wrote. =)</p>
<p>Greetings<br />
Dieter<br />
(My email is very much spammed at, but I will surely come back here and on the xul-forum to see if there&#8217;s an answer.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brad</title>
		<link>http://blog.footle.org/2007/07/31/binary-multipart-posts-in-javascript/comment-page-1/#comment-1140</link>
		<dc:creator>brad</dc:creator>
		<pubDate>Wed, 09 Apr 2008 04:12:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.footle.org/2007/08/01/binary-multipart-posts-in-javascript/#comment-1140</guid>
		<description>Edoardo - Tim confirms that it is not possible without the Mozilla code. Sorry!</description>
		<content:encoded><![CDATA[<p>Edoardo &#8211; Tim confirms that it is not possible without the Mozilla code. Sorry!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edoardo Marcora</title>
		<link>http://blog.footle.org/2007/07/31/binary-multipart-posts-in-javascript/comment-page-1/#comment-1138</link>
		<dc:creator>Edoardo Marcora</dc:creator>
		<pubDate>Wed, 09 Apr 2008 03:30:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.footle.org/2007/08/01/binary-multipart-posts-in-javascript/#comment-1138</guid>
		<description>Do you know of any way this can be done using vanilla javascript (plus, if needed, javascript libraries like jquery for example) without resorting to mozilla specific classes?

Thanx in advance for your help</description>
		<content:encoded><![CDATA[<p>Do you know of any way this can be done using vanilla javascript (plus, if needed, javascript libraries like jquery for example) without resorting to mozilla specific classes?</p>
<p>Thanx in advance for your help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akash Takyar</title>
		<link>http://blog.footle.org/2007/07/31/binary-multipart-posts-in-javascript/comment-page-1/#comment-1125</link>
		<dc:creator>Akash Takyar</dc:creator>
		<pubDate>Mon, 03 Mar 2008 20:35:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.footle.org/2007/08/01/binary-multipart-posts-in-javascript/#comment-1125</guid>
		<description>Excellent Work. Thank you very much for sharing.</description>
		<content:encoded><![CDATA[<p>Excellent Work. Thank you very much for sharing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
