<?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: Nginx and File Upload Progress</title>
	<atom:link href="http://blogs.yellowfish.biz/2009/nginx-and-file-upload-progress/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.yellowfish.biz/2009/nginx-and-file-upload-progress/</link>
	<description>IT Consulting, Infrastructure, Software &#38; Voip Phone Systems</description>
	<lastBuildDate>Thu, 11 Mar 2010 19:34:59 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Praveen Ray</title>
		<link>http://blogs.yellowfish.biz/2009/nginx-and-file-upload-progress/comment-page-1/#comment-39</link>
		<dc:creator>Praveen Ray</dc:creator>
		<pubDate>Wed, 23 Sep 2009 14:46:23 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.yellowfish.biz/?p=93#comment-39</guid>
		<description>If you defined &#039;location /ajax&#039; as given above, the issue probably is with your javascript. Here&#039;s my Ajax javascript code that submits the form:

&lt;pre language=&#039;javascript&#039;&gt;
var unique_id = generate_guid(); // you can find javascript GUID library on the Net
Ext.Ajax.request({
    url: &#039;/ajax/files&#039;,
    params: {&#039;X-Progress-ID&#039;:upload_id}, // this is important
    success: function(r) { alert(&#039;saved&#039;) }
});
&lt;/pre&gt;
The &#039;/ajax/files&#039;  simply maps to a controller which retrieves file submitted normally - in a &#039;param&#039;. Nothing special goes on here.</description>
		<content:encoded><![CDATA[<p>If you defined &#8216;location /ajax&#8217; as given above, the issue probably is with your javascript. Here&#8217;s my Ajax javascript code that submits the form:</p>
<pre language='javascript'>
var unique_id = generate_guid(); // you can find javascript GUID library on the Net
Ext.Ajax.request({
    url: '/ajax/files',
    params: {'X-Progress-ID':upload_id}, // this is important
    success: function(r) { alert('saved') }
});
</pre>
<p>The &#8216;/ajax/files&#8217;  simply maps to a controller which retrieves file submitted normally &#8211; in a &#8216;param&#8217;. Nothing special goes on here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://blogs.yellowfish.biz/2009/nginx-and-file-upload-progress/comment-page-1/#comment-38</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Wed, 23 Sep 2009 13:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.yellowfish.biz/?p=93#comment-38</guid>
		<description>When i define location /ajax it doesn&#039;t send upload progress to client, and if i define location / it doesn&#039;t want to display root index file but upload progress is working. What&#039;s the problem and could you explain your /ajax backend more?</description>
		<content:encoded><![CDATA[<p>When i define location /ajax it doesn&#8217;t send upload progress to client, and if i define location / it doesn&#8217;t want to display root index file but upload progress is working. What&#8217;s the problem and could you explain your /ajax backend more?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ruFog</title>
		<link>http://blogs.yellowfish.biz/2009/nginx-and-file-upload-progress/comment-page-1/#comment-28</link>
		<dc:creator>ruFog</dc:creator>
		<pubDate>Sat, 12 Sep 2009 05:28:21 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.yellowfish.biz/?p=93#comment-28</guid>
		<description>Thanks! This article helps me :)</description>
		<content:encoded><![CDATA[<p>Thanks! This article helps me <img src='http://blogs.yellowfish.biz/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-06-18 &#171; Bloggitation</title>
		<link>http://blogs.yellowfish.biz/2009/nginx-and-file-upload-progress/comment-page-1/#comment-2</link>
		<dc:creator>links for 2009-06-18 &#171; Bloggitation</dc:creator>
		<pubDate>Thu, 18 Jun 2009 07:06:41 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.yellowfish.biz/?p=93#comment-2</guid>
		<description>[...] Nginx and File Upload Progress (tags: nginx web sysadmin) [...]</description>
		<content:encoded><![CDATA[<p>[...] Nginx and File Upload Progress (tags: nginx web sysadmin) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
