<?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: Plupload released</title>
	<atom:link href="http://blog.moxiecode.com/2010/02/03/plupload-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.moxiecode.com/2010/02/03/plupload-released/</link>
	<description>Moxiecode Developer Blog, talking about things we come across.</description>
	<lastBuildDate>Sun, 20 Feb 2011 17:15:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Webstandard-Blog</title>
		<link>http://blog.moxiecode.com/2010/02/03/plupload-released/comment-page-1/#comment-1871</link>
		<dc:creator>Webstandard-Blog</dc:creator>
		<pubDate>Thu, 20 May 2010 13:37:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.moxiecode.com/?p=278#comment-1871</guid>
		<description>Awesome, thx for sharing that script!</description>
		<content:encoded><![CDATA[<p>Awesome, thx for sharing that script!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spocke</title>
		<link>http://blog.moxiecode.com/2010/02/03/plupload-released/comment-page-1/#comment-1832</link>
		<dc:creator>Spocke</dc:creator>
		<pubDate>Fri, 26 Mar 2010 11:47:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.moxiecode.com/?p=278#comment-1832</guid>
		<description>Please use the forums at www.plupload.com for discussions etc. Thanks</description>
		<content:encoded><![CDATA[<p>Please use the forums at <a href="http://www.plupload.com" rel="nofollow">http://www.plupload.com</a> for discussions etc. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Delifisek</title>
		<link>http://blog.moxiecode.com/2010/02/03/plupload-released/comment-page-1/#comment-1831</link>
		<dc:creator>Delifisek</dc:creator>
		<pubDate>Thu, 25 Mar 2010 17:10:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.moxiecode.com/?p=278#comment-1831</guid>
		<description>Not Working,

Send files in tmp but not moved...

Any idea for working upload.php ?</description>
		<content:encoded><![CDATA[<p>Not Working,</p>
<p>Send files in tmp but not moved&#8230;</p>
<p>Any idea for working upload.php ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spocke</title>
		<link>http://blog.moxiecode.com/2010/02/03/plupload-released/comment-page-1/#comment-1796</link>
		<dc:creator>Spocke</dc:creator>
		<pubDate>Sun, 07 Mar 2010 13:39:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.moxiecode.com/?p=278#comment-1796</guid>
		<description>This is a feature. Images get resized so the file size changes on upload. And it&#039;s different depending on runtime since they use different encoding algorithms.</description>
		<content:encoded><![CDATA[<p>This is a feature. Images get resized so the file size changes on upload. And it&#8217;s different depending on runtime since they use different encoding algorithms.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seg</title>
		<link>http://blog.moxiecode.com/2010/02/03/plupload-released/comment-page-1/#comment-1795</link>
		<dc:creator>Seg</dc:creator>
		<pubDate>Sat, 06 Mar 2010 01:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.moxiecode.com/?p=278#comment-1795</guid>
		<description>Demo on site not working (look the file sizes in different runtime uploaders after upload). On my server not working the same way. 
Some error in php examle :(</description>
		<content:encoded><![CDATA[<p>Demo on site not working (look the file sizes in different runtime uploaders after upload). On my server not working the same way.<br />
Some error in php examle <img src='http://blog.moxiecode.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://blog.moxiecode.com/2010/02/03/plupload-released/comment-page-1/#comment-1758</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 25 Feb 2010 00:24:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.moxiecode.com/?p=278#comment-1758</guid>
		<description>Figured out the problem with load() and the multipart data, thanks for turning me on to that Spocke. It was a problem with the class I was using...Despite the raw post output looked IDENTICAL. 

@Gelle - I can also attest to it being impossible to simulate the click event, I&#039;ve tried every which way...You can&#039;t even send the click event from one swf to another via local connection...You can&#039;t clone another event and dispatch that later either. It&#039;s pretty tight. The security issue even will get you in other ways if you aren&#039;t careful. 

The solution is a transparent overlay of the swf accepting a click anywhere on the stage. That swf is then carefully placed on the page wherever you want. This however becomes an issue if you want multiple areas to click. Plupload uses this clever trick as does swfupload. Totally agree with Spocke and the community at large on this one...It&#039;s a bad decision from Adobe.</description>
		<content:encoded><![CDATA[<p>Figured out the problem with load() and the multipart data, thanks for turning me on to that Spocke. It was a problem with the class I was using&#8230;Despite the raw post output looked IDENTICAL. </p>
<p>@Gelle &#8211; I can also attest to it being impossible to simulate the click event, I&#8217;ve tried every which way&#8230;You can&#8217;t even send the click event from one swf to another via local connection&#8230;You can&#8217;t clone another event and dispatch that later either. It&#8217;s pretty tight. The security issue even will get you in other ways if you aren&#8217;t careful. </p>
<p>The solution is a transparent overlay of the swf accepting a click anywhere on the stage. That swf is then carefully placed on the page wherever you want. This however becomes an issue if you want multiple areas to click. Plupload uses this clever trick as does swfupload. Totally agree with Spocke and the community at large on this one&#8230;It&#8217;s a bad decision from Adobe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spocke</title>
		<link>http://blog.moxiecode.com/2010/02/03/plupload-released/comment-page-1/#comment-1754</link>
		<dc:creator>Spocke</dc:creator>
		<pubDate>Wed, 24 Feb 2010 15:22:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.moxiecode.com/?p=278#comment-1754</guid>
		<description>It&#039;s not possible to simulate a click. Adobe will only allow you to open a file selection dialog if it&#039;s done in a click event. 

This is a silly security feature they added, it would have been much better if they asked the user for permission before opening the file selector dialog.</description>
		<content:encoded><![CDATA[<p>It&#8217;s not possible to simulate a click. Adobe will only allow you to open a file selection dialog if it&#8217;s done in a click event. </p>
<p>This is a silly security feature they added, it would have been much better if they asked the user for permission before opening the file selector dialog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gelle</title>
		<link>http://blog.moxiecode.com/2010/02/03/plupload-released/comment-page-1/#comment-1751</link>
		<dc:creator>Gelle</dc:creator>
		<pubDate>Wed, 24 Feb 2010 12:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.moxiecode.com/?p=278#comment-1751</guid>
		<description>Hi,

it would be great if I could simulate the &quot;click&quot; event for the flash object. So my current button with it&#039;s css styles and events (&quot;hover&quot;) will not be overridden by the flash_container div. If it is possible?

This works:

movie.setFileFilters();

So can wie have an interface like:

movie.openBrowseDialog()
?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>it would be great if I could simulate the &#8220;click&#8221; event for the flash object. So my current button with it&#8217;s css styles and events (&#8220;hover&#8221;) will not be overridden by the flash_container div. If it is possible?</p>
<p>This works:</p>
<p>movie.setFileFilters();</p>
<p>So can wie have an interface like:</p>
<p>movie.openBrowseDialog()<br />
?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weekend Links &#171; a work on process</title>
		<link>http://blog.moxiecode.com/2010/02/03/plupload-released/comment-page-1/#comment-1744</link>
		<dc:creator>Weekend Links &#171; a work on process</dc:creator>
		<pubDate>Sun, 21 Feb 2010 13:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.moxiecode.com/?p=278#comment-1744</guid>
		<description>[...] to Ajaxian I spotted Plupload &#8211; &#8220;a generic component that allows you to create a rich upload experience on the back [...]</description>
		<content:encoded><![CDATA[<p>[...] to Ajaxian I spotted Plupload &#8211; &#8220;a generic component that allows you to create a rich upload experience on the back [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://blog.moxiecode.com/2010/02/03/plupload-released/comment-page-1/#comment-1742</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Sun, 21 Feb 2010 04:13:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.moxiecode.com/?p=278#comment-1742</guid>
		<description>I think I understand the decision you all made to go with GPL v2, but licensing needs to be looked at again.</description>
		<content:encoded><![CDATA[<p>I think I understand the decision you all made to go with GPL v2, but licensing needs to be looked at again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

