<?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: Lessons I’ve learned working with Flash File Uploaders &#8211; SWFUpload and YUI Uploader</title>
	<atom:link href="http://udiudi.com/2010/02/08/lessons-ive-learned-working-with-flash-file-uploaders/feed/" rel="self" type="application/rss+xml" />
	<link>http://udiudi.com/2010/02/08/lessons-ive-learned-working-with-flash-file-uploaders/</link>
	<description>coding, freelancing, entrepreneurship and more</description>
	<lastBuildDate>Wed, 19 Oct 2011 02:34:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
	<item>
		<title>By: על 2wed.co.il &#171; אודי מויסייב</title>
		<link>http://udiudi.com/2010/02/08/lessons-ive-learned-working-with-flash-file-uploaders/comment-page-1/#comment-979</link>
		<dc:creator>על 2wed.co.il &#171; אודי מויסייב</dc:creator>
		<pubDate>Sun, 09 Jan 2011 22:34:15 +0000</pubDate>
		<guid isPermaLink="false">http://udiudi.com/?p=99#comment-979</guid>
		<description>[...] החיסרון היחיד של הכלי, הוא גרסת הבטא איתה התמודדנו. בנוסף, כתבתי בבלוג הבינלאומי שלי על שיעורים שלמדתי כשעבדתי עם כלי העלאת קבצים בFlash. [...]</description>
		<content:encoded><![CDATA[<p>[...] החיסרון היחיד של הכלי, הוא גרסת הבטא איתה התמודדנו. בנוסף, כתבתי בבלוג הבינלאומי שלי על שיעורים שלמדתי כשעבדתי עם כלי העלאת קבצים בFlash. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: udiudi</title>
		<link>http://udiudi.com/2010/02/08/lessons-ive-learned-working-with-flash-file-uploaders/comment-page-1/#comment-872</link>
		<dc:creator>udiudi</dc:creator>
		<pubDate>Fri, 23 Apr 2010 22:04:14 +0000</pubDate>
		<guid isPermaLink="false">http://udiudi.com/?p=99#comment-872</guid>
		<description>That&#039;s pretty good idea. I didn&#039;t thought about that.&lt;br&gt;In this certain project there is no way the project manager would agree to this kind of uploader, SWFUploader has Client image resize which is quite important to us.&lt;br&gt;&lt;br&gt;But its really good idea, I&#039;ll write this kind of uploader to myself for future use. Thanks!</description>
		<content:encoded><![CDATA[<p>That&#39;s pretty good idea. I didn&#39;t thought about that.<br />In this certain project there is no way the project manager would agree to this kind of uploader, SWFUploader has Client image resize which is quite important to us.</p>
<p>But its really good idea, I&#39;ll write this kind of uploader to myself for future use. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeremy gimbel</title>
		<link>http://udiudi.com/2010/02/08/lessons-ive-learned-working-with-flash-file-uploaders/comment-page-1/#comment-871</link>
		<dc:creator>jeremy gimbel</dc:creator>
		<pubDate>Fri, 23 Apr 2010 21:58:28 +0000</pubDate>
		<guid isPermaLink="false">http://udiudi.com/?p=99#comment-871</guid>
		<description>Have you considered using an IFRAME-based uploader instead of Flash? I was working on this a while ago, and basically made a upload button that actually lives in an iframe, using Javascript to fire events back and forth between the iframe and the containing document. It all works pretty well, and doesn&#039;t require Flash.</description>
		<content:encoded><![CDATA[<p>Have you considered using an IFRAME-based uploader instead of Flash? I was working on this a while ago, and basically made a upload button that actually lives in an iframe, using Javascript to fire events back and forth between the iframe and the containing document. It all works pretty well, and doesn&#39;t require Flash.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: udiudi</title>
		<link>http://udiudi.com/2010/02/08/lessons-ive-learned-working-with-flash-file-uploaders/comment-page-1/#comment-863</link>
		<dc:creator>udiudi</dc:creator>
		<pubDate>Fri, 23 Apr 2010 19:04:14 +0000</pubDate>
		<guid isPermaLink="false">http://udiudi.com/?p=99#comment-863</guid>
		<description>That&#039;s pretty good idea. I didn&#039;t thought about that.&lt;br&gt;In this certain project there is no way the project manager would agree to this kind of uploader, SWFUploader has Client image resize which is quite important to us.&lt;br&gt;&lt;br&gt;But its really good idea, I&#039;ll write this kind of uploader to myself for future use. Thanks!</description>
		<content:encoded><![CDATA[<p>That&#39;s pretty good idea. I didn&#39;t thought about that.<br />In this certain project there is no way the project manager would agree to this kind of uploader, SWFUploader has Client image resize which is quite important to us.</p>
<p>But its really good idea, I&#39;ll write this kind of uploader to myself for future use. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeremy gimbel</title>
		<link>http://udiudi.com/2010/02/08/lessons-ive-learned-working-with-flash-file-uploaders/comment-page-1/#comment-862</link>
		<dc:creator>jeremy gimbel</dc:creator>
		<pubDate>Fri, 23 Apr 2010 18:58:28 +0000</pubDate>
		<guid isPermaLink="false">http://udiudi.com/?p=99#comment-862</guid>
		<description>Have you considered using an IFRAME-based uploader instead of Flash? I was working on this a while ago, and basically made a upload button that actually lives in an iframe, using Javascript to fire events back and forth between the iframe and the containing document. It all works pretty well, and doesn&#039;t require Flash.</description>
		<content:encoded><![CDATA[<p>Have you considered using an IFRAME-based uploader instead of Flash? I was working on this a while ago, and basically made a upload button that actually lives in an iframe, using Javascript to fire events back and forth between the iframe and the containing document. It all works pretty well, and doesn&#39;t require Flash.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  udiudi.com/2010/02/08/lessons-ive-learned-working-with-flash-file-uploaders/feed/ ) in 2.88292 seconds, on Feb 5th, 2012 at 2:14 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 12th, 2012 at 2:14 am UTC -->
