<?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 feature explanation</title>
	<atom:link href="http://blog.moxiecode.com/2010/02/11/plupload-feature-explanation/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.moxiecode.com/2010/02/11/plupload-feature-explanation/</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: Spocke</title>
		<link>http://blog.moxiecode.com/2010/02/11/plupload-feature-explanation/comment-page-1/#comment-1780</link>
		<dc:creator>Spocke</dc:creator>
		<pubDate>Fri, 26 Feb 2010 17:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.moxiecode.com/?p=285#comment-1780</guid>
		<description>We used to have such a feature but it&#039;s currently not tested and maintained. Will re-add it as an official part later on since it might be useful for more simple forms.</description>
		<content:encoded><![CDATA[<p>We used to have such a feature but it&#8217;s currently not tested and maintained. Will re-add it as an official part later on since it might be useful for more simple forms.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tijmen</title>
		<link>http://blog.moxiecode.com/2010/02/11/plupload-feature-explanation/comment-page-1/#comment-1779</link>
		<dc:creator>Tijmen</dc:creator>
		<pubDate>Fri, 26 Feb 2010 12:19:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.moxiecode.com/?p=285#comment-1779</guid>
		<description>Amazing project, keep up the good work guys. Will a parameter for limiting the user to a single upload rather then a multiple file upload be available in future release?</description>
		<content:encoded><![CDATA[<p>Amazing project, keep up the good work guys. Will a parameter for limiting the user to a single upload rather then a multiple file upload be available in future release?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Afraithe</title>
		<link>http://blog.moxiecode.com/2010/02/11/plupload-feature-explanation/comment-page-1/#comment-1750</link>
		<dc:creator>Afraithe</dc:creator>
		<pubDate>Tue, 23 Feb 2010 10:00:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.moxiecode.com/?p=285#comment-1750</guid>
		<description>@Steve We are looking into making more examples and documentation on how to get started with Plupload, there isn&#039;t currently any Forum, we use Github to track bug reports for now though.

I would suggest using Fiddler to debug the communication between Plupload and the server script.</description>
		<content:encoded><![CDATA[<p>@Steve We are looking into making more examples and documentation on how to get started with Plupload, there isn&#8217;t currently any Forum, we use Github to track bug reports for now though.</p>
<p>I would suggest using Fiddler to debug the communication between Plupload and the server script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Wanless</title>
		<link>http://blog.moxiecode.com/2010/02/11/plupload-feature-explanation/comment-page-1/#comment-1747</link>
		<dc:creator>Steve Wanless</dc:creator>
		<pubDate>Tue, 23 Feb 2010 05:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.moxiecode.com/?p=285#comment-1747</guid>
		<description>Is anyone else having problems getting Plupload working??? I love it and really want to use it but it won&#039;t work for me. I got the examples as is on my server, created the tmp directory but the examples wont work and there is no errors displayed in the GUI. 

Is there going to be a forum for Plupload???</description>
		<content:encoded><![CDATA[<p>Is anyone else having problems getting Plupload working??? I love it and really want to use it but it won&#8217;t work for me. I got the examples as is on my server, created the tmp directory but the examples wont work and there is no errors displayed in the GUI. </p>
<p>Is there going to be a forum for Plupload???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://blog.moxiecode.com/2010/02/11/plupload-feature-explanation/comment-page-1/#comment-1740</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Fri, 19 Feb 2010 18:11:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.moxiecode.com/?p=285#comment-1740</guid>
		<description>Still intrigued by the seemingly lack of security issues on the Adobe 2176 security with regard to multi-part data and files... I have to take a double look at what you&#039;re doing. In the meantime, I&#039;ve posted my little project which may be of interest to you for ideas and what not. http://www.shift8creative.com/projects/agile-uploader/index.html

It turns out that there are some other benefits to base64 encoding...Such as the fact you can send image data as base64 to JavaScript so your preview lists can include thumbnails and not just text (where you currently have file names and sizes). However you should note that this isn&#039;t supported in IE6. I think a pretty sweet addition though for your tool.</description>
		<content:encoded><![CDATA[<p>Still intrigued by the seemingly lack of security issues on the Adobe 2176 security with regard to multi-part data and files&#8230; I have to take a double look at what you&#8217;re doing. In the meantime, I&#8217;ve posted my little project which may be of interest to you for ideas and what not. <a href="http://www.shift8creative.com/projects/agile-uploader/index.html" rel="nofollow">http://www.shift8creative.com/projects/agile-uploader/index.html</a></p>
<p>It turns out that there are some other benefits to base64 encoding&#8230;Such as the fact you can send image data as base64 to JavaScript so your preview lists can include thumbnails and not just text (where you currently have file names and sizes). However you should note that this isn&#8217;t supported in IE6. I think a pretty sweet addition though for your tool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spocke</title>
		<link>http://blog.moxiecode.com/2010/02/11/plupload-feature-explanation/comment-page-1/#comment-1736</link>
		<dc:creator>Spocke</dc:creator>
		<pubDate>Wed, 17 Feb 2010 18:37:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.moxiecode.com/?p=285#comment-1736</guid>
		<description>@Lloyd Hilaiel: Wow you guys where fast in implementing that. The API looks perfect, will try it out tomorrow. Will also report those bugs I found.</description>
		<content:encoded><![CDATA[<p>@Lloyd Hilaiel: Wow you guys where fast in implementing that. The API looks perfect, will try it out tomorrow. Will also report those bugs I found.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ArnaudD</title>
		<link>http://blog.moxiecode.com/2010/02/11/plupload-feature-explanation/comment-page-1/#comment-1735</link>
		<dc:creator>ArnaudD</dc:creator>
		<pubDate>Wed, 17 Feb 2010 18:08:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.moxiecode.com/?p=285#comment-1735</guid>
		<description>Ok, thank you for your help !</description>
		<content:encoded><![CDATA[<p>Ok, thank you for your help !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lloyd Hilaiel</title>
		<link>http://blog.moxiecode.com/2010/02/11/plupload-feature-explanation/comment-page-1/#comment-1733</link>
		<dc:creator>Lloyd Hilaiel</dc:creator>
		<pubDate>Wed, 17 Feb 2010 17:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.moxiecode.com/?p=285#comment-1733</guid>
		<description>Hey Spocke,

We released FileAccess v 2.0.x yesterday which provides a couple of file chunking apis: http://browserpl.us/docs/services/FileAccess.html

Please give these apis a try and let us know how 
things work out.

lloyd (of BrowserPlus)</description>
		<content:encoded><![CDATA[<p>Hey Spocke,</p>
<p>We released FileAccess v 2.0.x yesterday which provides a couple of file chunking apis: <a href="http://browserpl.us/docs/services/FileAccess.html" rel="nofollow">http://browserpl.us/docs/services/FileAccess.html</a></p>
<p>Please give these apis a try and let us know how<br />
things work out.</p>
<p>lloyd (of BrowserPlus)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spocke</title>
		<link>http://blog.moxiecode.com/2010/02/11/plupload-feature-explanation/comment-page-1/#comment-1732</link>
		<dc:creator>Spocke</dc:creator>
		<pubDate>Wed, 17 Feb 2010 16:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.moxiecode.com/?p=285#comment-1732</guid>
		<description>The HTML5 runtime allocates the total file size in RAM on the client machine as well. This is a browser limitation and hard to avoid but hopefully they will implement a blob API similar to the one Google gears uses then it will be smooth to work with.

We have just added basic multipart support for most runtimes in the GitHub repos. However WebKit can&#039;t upload files this way at the moment so it still needs a php://input stream. But we will document and add these to the feature grid.</description>
		<content:encoded><![CDATA[<p>The HTML5 runtime allocates the total file size in RAM on the client machine as well. This is a browser limitation and hard to avoid but hopefully they will implement a blob API similar to the one Google gears uses then it will be smooth to work with.</p>
<p>We have just added basic multipart support for most runtimes in the GitHub repos. However WebKit can&#8217;t upload files this way at the moment so it still needs a php://input stream. But we will document and add these to the feature grid.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ArnaudD</title>
		<link>http://blog.moxiecode.com/2010/02/11/plupload-feature-explanation/comment-page-1/#comment-1731</link>
		<dc:creator>ArnaudD</dc:creator>
		<pubDate>Wed, 17 Feb 2010 15:34:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.moxiecode.com/?p=285#comment-1731</guid>
		<description>I found some explanations for my problem : I had to push php memory_limit from 120M to 900M to be able to upload a 270M file with the html5 runtime because there is no chunking. BTW, according to php:memory_get_usage(), sending the file with chrome took 850M and was correctly written to the disk, while firefox took 450M but only 16M was put on disk. I&#039;ll try to dig into this.

Is it possible to use $_FILE instead of php://input ?</description>
		<content:encoded><![CDATA[<p>I found some explanations for my problem : I had to push php memory_limit from 120M to 900M to be able to upload a 270M file with the html5 runtime because there is no chunking. BTW, according to php:memory_get_usage(), sending the file with chrome took 850M and was correctly written to the disk, while firefox took 450M but only 16M was put on disk. I&#8217;ll try to dig into this.</p>
<p>Is it possible to use $_FILE instead of php://input ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

