<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>flash &#8211; Kodono</title>
	<atom:link href="https://blog.kodono.info/wordpress/tag/flash/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.kodono.info/wordpress</link>
	<description>Pour tous les technophiles</description>
	<lastBuildDate>Tue, 24 Jul 2012 13:15:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
	<item>
		<title>Cross-browser solution to read a local file and return the Data URI in base64 [Javascript]</title>
		<link>https://blog.kodono.info/wordpress/2012/07/24/cross-browser-solution-to-read-a-local-file-and-return-the-data-uri-in-base64-javascript/</link>
					<comments>https://blog.kodono.info/wordpress/2012/07/24/cross-browser-solution-to-read-a-local-file-and-return-the-data-uri-in-base64-javascript/#comments</comments>
		
		<dc:creator><![CDATA[Aymeric]]></dc:creator>
		<pubDate>Tue, 24 Jul 2012 13:15:21 +0000</pubDate>
				<category><![CDATA[Navigateur]]></category>
		<category><![CDATA[Niveau intermédiaire]]></category>
		<category><![CDATA[Programmation]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[javascript]]></category>
		<guid isPermaLink="false">http://blog.kodono.info/wordpress/?p=1084</guid>

					<description><![CDATA[I searched for a solution to have a way to read a local file and then have the Base64 content returned into all the web browsers. The Javascript FileReader API exists for the modern browsers but not for Internet Explorer (IE). The solution is finally with Flash ! Look at the project on http://aymkdn.github.com/FileToDataURI/, and [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I searched for a solution to have a way to read a local file and then have the Base64 content returned into all the web browsers. The Javascript FileReader API exists for the modern browsers but not for Internet Explorer (IE). The solution is finally with Flash !</p>
<p>Look at the project on <a href="http://aymkdn.github.com/FileToDataURI/">http://aymkdn.github.com/FileToDataURI/</a>, and thanks to <a href="https://github.com/Country/FileToDataURI.as">Country/FileToDataURI.as</a> for the inspiration <img src="https://s.w.org/images/core/emoji/15.0.3/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.kodono.info/wordpress/2012/07/24/cross-browser-solution-to-read-a-local-file-and-return-the-data-uri-in-base64-javascript/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
