<?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: Chunk File Upload</title>
	<atom:link href="http://soenkerohde.com/2010/01/chunk-file-upload/feed/" rel="self" type="application/rss+xml" />
	<link>http://soenkerohde.com/2010/01/chunk-file-upload/</link>
	<description>Flash Platform (Flash, Flex, AIR) thoughts and examples</description>
	<lastBuildDate>Fri, 03 Feb 2012 00:09:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Sönke</title>
		<link>http://soenkerohde.com/2010/01/chunk-file-upload/comment-page-1/#comment-28538</link>
		<dc:creator>Sönke</dc:creator>
		<pubDate>Thu, 29 Apr 2010 15:47:19 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=840#comment-28538</guid>
		<description>No idea, sorry. Maybe the Flashplayer will handle this better in the future.</description>
		<content:encoded><![CDATA[<p>No idea, sorry. Maybe the Flashplayer will handle this better in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jo</title>
		<link>http://soenkerohde.com/2010/01/chunk-file-upload/comment-page-1/#comment-28537</link>
		<dc:creator>jo</dc:creator>
		<pubDate>Thu, 29 Apr 2010 11:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=840#comment-28537</guid>
		<description>Hi Sönke, do you think that there&#039;s a chance to avoid the ui freeze while 
calling &quot;loader = new URLLoader( request );&quot;? Small chunks minimize the freeze but the 
upload takes much longer. Larger Chunks are good for upload speed but unfortunately the air app
freezes while calling the URLLoader. A native proccess for uploading would be great, but is it 
possible to call an air app as native proccess? Or how did you solve the problem?</description>
		<content:encoded><![CDATA[<p>Hi Sönke, do you think that there&#8217;s a chance to avoid the ui freeze while<br />
calling &#8220;loader = new URLLoader( request );&#8221;? Small chunks minimize the freeze but the<br />
upload takes much longer. Larger Chunks are good for upload speed but unfortunately the air app<br />
freezes while calling the URLLoader. A native proccess for uploading would be great, but is it<br />
possible to call an air app as native proccess? Or how did you solve the problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sönke</title>
		<link>http://soenkerohde.com/2010/01/chunk-file-upload/comment-page-1/#comment-28508</link>
		<dc:creator>Sönke</dc:creator>
		<pubDate>Tue, 06 Apr 2010 19:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=840#comment-28508</guid>
		<description>Each variable has its own content-disposition. Have a look at the method createVariable.</description>
		<content:encoded><![CDATA[<p>Each variable has its own content-disposition. Have a look at the method createVariable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jo</title>
		<link>http://soenkerohde.com/2010/01/chunk-file-upload/comment-page-1/#comment-28506</link>
		<dc:creator>jo</dc:creator>
		<pubDate>Tue, 06 Apr 2010 15:37:33 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=840#comment-28506</guid>
		<description>Hi Sönke, but how do you separate the parameters and the values from the &quot;raw&quot; file data? 
I&#039;ve monitored an upload request with Charles (Chunk size 20B, request 2 of 5). The file content comes together with the filename..?  Shouldn&#039;t there be an extra content-disposition chapter? Or how did you handle the requests in your case? Thanks, Jo

POST /hello/uploadhandler HTTP/1.1
Referer: app:/Uploader.swf
Accept: text/xml, application/xml, application/xhtml+xml, text/html;q=0.9, text/plain;q=0.8, text/css, image/png, image/jpeg, image/gif;q=0.8, application/x-shockwave-flash, video/mp4;q=0.9, flv-application/octet-stream;q=0.8, video/x-flv;q=0.7, audio/mp4, application/futuresplash, */*;q=0.5
x-flash-version: 10,0,42,34
Content-Type: multipart/form-data; boundary=---------------------13286573512345675675865
Content-Length: 396
User-Agent: Mozilla/5.0 (Windows; U; de-DE) AppleWebKit/526.9+ (KHTML, like Gecko) AdobeAIR/1.5.3
Host: 192.168.77.24:8080
Pragma: no-cache

-----------------------13286573512345675675865
content-disposition: form-data; name=&quot;foo&quot;

bar
-----------------------13286573512345675675865
content-disposition: form-data; name=&quot;fileid&quot;

123
-----------------------13286573512345675675865
content-disposition: form-data; name=&quot;filename&quot;

abc.txt
eee
fff
ggg
hhh

-----------------------13286573512345675675865--</description>
		<content:encoded><![CDATA[<p>Hi Sönke, but how do you separate the parameters and the values from the &#8220;raw&#8221; file data?<br />
I&#8217;ve monitored an upload request with Charles (Chunk size 20B, request 2 of 5). The file content comes together with the filename..?  Shouldn&#8217;t there be an extra content-disposition chapter? Or how did you handle the requests in your case? Thanks, Jo</p>
<p>POST /hello/uploadhandler HTTP/1.1<br />
Referer: app:/Uploader.swf<br />
Accept: text/xml, application/xml, application/xhtml+xml, text/html;q=0.9, text/plain;q=0.8, text/css, image/png, image/jpeg, image/gif;q=0.8, application/x-shockwave-flash, video/mp4;q=0.9, flv-application/octet-stream;q=0.8, video/x-flv;q=0.7, audio/mp4, application/futuresplash, */*;q=0.5<br />
x-flash-version: 10,0,42,34<br />
Content-Type: multipart/form-data; boundary=&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;13286573512345675675865<br />
Content-Length: 396<br />
User-Agent: Mozilla/5.0 (Windows; U; de-DE) AppleWebKit/526.9+ (KHTML, like Gecko) AdobeAIR/1.5.3<br />
Host: 192.168.77.24:8080<br />
Pragma: no-cache</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;13286573512345675675865<br />
content-disposition: form-data; name=&#8221;foo&#8221;</p>
<p>bar<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;13286573512345675675865<br />
content-disposition: form-data; name=&#8221;fileid&#8221;</p>
<p>123<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;13286573512345675675865<br />
content-disposition: form-data; name=&#8221;filename&#8221;</p>
<p>abc.txt<br />
eee<br />
fff<br />
ggg<br />
hhh</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;13286573512345675675865&#8211;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sönke</title>
		<link>http://soenkerohde.com/2010/01/chunk-file-upload/comment-page-1/#comment-28475</link>
		<dc:creator>Sönke</dc:creator>
		<pubDate>Thu, 01 Apr 2010 03:19:52 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=840#comment-28475</guid>
		<description>Thanks for the feedback! Unfortunately I can&#039;t share the server side code but in this case it was Perl.</description>
		<content:encoded><![CDATA[<p>Thanks for the feedback! Unfortunately I can&#8217;t share the server side code but in this case it was Perl.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jo</title>
		<link>http://soenkerohde.com/2010/01/chunk-file-upload/comment-page-1/#comment-28472</link>
		<dc:creator>jo</dc:creator>
		<pubDate>Wed, 31 Mar 2010 17:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=840#comment-28472</guid>
		<description>Hi Sönke, 
what do you use on server side? A servlet? Maybe you can post some code? 
Would be great! 
Thanks! Jo</description>
		<content:encoded><![CDATA[<p>Hi Sönke,<br />
what do you use on server side? A servlet? Maybe you can post some code?<br />
Would be great!<br />
Thanks! Jo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sven</title>
		<link>http://soenkerohde.com/2010/01/chunk-file-upload/comment-page-1/#comment-28222</link>
		<dc:creator>Sven</dc:creator>
		<pubDate>Wed, 03 Feb 2010 14:17:34 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=840#comment-28222</guid>
		<description>Must have been a hickup in my browser Sönke, the page comes through fine now, sorry!</description>
		<content:encoded><![CDATA[<p>Must have been a hickup in my browser Sönke, the page comes through fine now, sorry!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sven</title>
		<link>http://soenkerohde.com/2010/01/chunk-file-upload/comment-page-1/#comment-28221</link>
		<dc:creator>Sven</dc:creator>
		<pubDate>Wed, 03 Feb 2010 14:08:08 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=840#comment-28221</guid>
		<description>Hi Sönke,

Your post doesn&#039;t seem to be complete, and the download link to GitHub for your UploadFile class doesn&#039;t work.  I also can&#039;t seem to find this class in any of your GitHub repo&#039;s.
Could you please tell me where I can find the code?

Thanks!

Sven</description>
		<content:encoded><![CDATA[<p>Hi Sönke,</p>
<p>Your post doesn&#8217;t seem to be complete, and the download link to GitHub for your UploadFile class doesn&#8217;t work.  I also can&#8217;t seem to find this class in any of your GitHub repo&#8217;s.<br />
Could you please tell me where I can find the code?</p>
<p>Thanks!</p>
<p>Sven</p>
]]></content:encoded>
	</item>
</channel>
</rss>

