<?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"
	>
<channel>
	<title>Comments on: Getting the _session_id from SWFUpload</title>
	<atom:link href="http://blog.inquirylabs.com/2006/12/09/getting-the-_session_id-from-swfupload/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.inquirylabs.com/2006/12/09/getting-the-_session_id-from-swfupload/</link>
	<description>Politics, Programming and Possibilities</description>
	<pubDate>Sun, 14 Mar 2010 08:08:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Jiannis</title>
		<link>http://blog.inquirylabs.com/2006/12/09/getting-the-_session_id-from-swfupload/#comment-27903</link>
		<dc:creator>Jiannis</dc:creator>
		<pubDate>Sun, 29 Nov 2009 14:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2006/12/09/getting-the-_session_id-from-swfupload/#comment-27903</guid>
		<description>Nice one.. Had to unescape the query string to get it working though, i.e. CGI.unescape(qs) in the updated code. When the request arrives underscores have been escaped as "%5F" and you need to convert them back to "_" for the regular expression to match the session key and place the right session_id in the options hash.</description>
		<content:encoded><![CDATA[<p>Nice one.. Had to unescape the query string to get it working though, i.e. CGI.unescape(qs) in the updated code. When the request arrives underscores have been escaped as &#8220;%5F&#8221; and you need to convert them back to &#8220;_&#8221; for the regular expression to match the session key and place the right session_id in the options hash.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flash-based Fileupload for Webapps &#171; Wordpressblog</title>
		<link>http://blog.inquirylabs.com/2006/12/09/getting-the-_session_id-from-swfupload/#comment-27537</link>
		<dc:creator>Flash-based Fileupload for Webapps &#171; Wordpressblog</dc:creator>
		<pubDate>Wed, 05 Aug 2009 10:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2006/12/09/getting-the-_session_id-from-swfupload/#comment-27537</guid>
		<description>[...] UPDATE: First problem just came to my mind: What about security and authentication? As this is a userbased application, we need to know on the serverside in the PHP script who the file belongs to and if the user is allowed to upload and so on&#8230; I have found an article which provides a solution in&#62; Getting the _session_id from SWFUpload. [...]</description>
		<content:encoded><![CDATA[<p>[...] UPDATE: First problem just came to my mind: What about security and authentication? As this is a userbased application, we need to know on the serverside in the PHP script who the file belongs to and if the user is allowed to upload and so on&#8230; I have found an article which provides a solution in&gt; Getting the _session_id from SWFUpload. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bumblebee Labs Blog &#187; Blog Archive &#187; Rails 2.0 + SWFUpload + RESTful authentication</title>
		<link>http://blog.inquirylabs.com/2006/12/09/getting-the-_session_id-from-swfupload/#comment-27114</link>
		<dc:creator>Bumblebee Labs Blog &#187; Blog Archive &#187; Rails 2.0 + SWFUpload + RESTful authentication</dc:creator>
		<pubDate>Tue, 19 Aug 2008 09:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2006/12/09/getting-the-_session_id-from-swfupload/#comment-27114</guid>
		<description>[...] gist of it is that Flash cannot send cookie data so if you&#8217;re using a cookie based authentication mechanism, it will fail. The solution is to [...]</description>
		<content:encoded><![CDATA[<p>[...] gist of it is that Flash cannot send cookie data so if you&#8217;re using a cookie based authentication mechanism, it will fail. The solution is to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cameron</title>
		<link>http://blog.inquirylabs.com/2006/12/09/getting-the-_session_id-from-swfupload/#comment-27081</link>
		<dc:creator>Cameron</dc:creator>
		<pubDate>Thu, 31 Jul 2008 11:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2006/12/09/getting-the-_session_id-from-swfupload/#comment-27081</guid>
		<description>I've put together a sample Rails 2.1 app showing SWFUpload integrated with attachment_fu and restful-authentication if anyone's interested. It's up on Github - details here - http://cameronyule.com/2008/07/rails-21-swfupload-example</description>
		<content:encoded><![CDATA[<p>I&#8217;ve put together a sample Rails 2.1 app showing SWFUpload integrated with attachment_fu and restful-authentication if anyone&#8217;s interested. It&#8217;s up on Github - details here - <a href="http://cameronyule.com/2008/07/rails-21-swfupload-example" rel="nofollow">http://cameronyule.com/2008/07/rails-21-swfupload-example</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rails 2.1, SWFUpload, attachment_fu and restful authentication • cameronyule.com</title>
		<link>http://blog.inquirylabs.com/2006/12/09/getting-the-_session_id-from-swfupload/#comment-27080</link>
		<dc:creator>Rails 2.1, SWFUpload, attachment_fu and restful authentication • cameronyule.com</dc:creator>
		<pubDate>Thu, 31 Jul 2008 10:30:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2006/12/09/getting-the-_session_id-from-swfupload/#comment-27080</guid>
		<description>[...] SWFUpload and Rails work together Getting the session_id from SWFUpload Uploading files with [...]</description>
		<content:encoded><![CDATA[<p>[...] SWFUpload and Rails work together Getting the session_id from SWFUpload Uploading files with [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott F</title>
		<link>http://blog.inquirylabs.com/2006/12/09/getting-the-_session_id-from-swfupload/#comment-27079</link>
		<dc:creator>Scott F</dc:creator>
		<pubDate>Wed, 30 Jul 2008 21:05:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2006/12/09/getting-the-_session_id-from-swfupload/#comment-27079</guid>
		<description>SWFUpload is awful !

Ive had more bugs with this uploader than any code I have ever worked on. I highly recommend you look at other stuff. 

Very poorly documented.</description>
		<content:encoded><![CDATA[<p>SWFUpload is awful !</p>
<p>Ive had more bugs with this uploader than any code I have ever worked on. I highly recommend you look at other stuff. </p>
<p>Very poorly documented.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coops</title>
		<link>http://blog.inquirylabs.com/2006/12/09/getting-the-_session_id-from-swfupload/#comment-27075</link>
		<dc:creator>Coops</dc:creator>
		<pubDate>Sun, 27 Jul 2008 23:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2006/12/09/getting-the-_session_id-from-swfupload/#comment-27075</guid>
		<description>Ok... i got the session ID to work sweet as... now i need to be able to add things like the Album_id as a params... i don't want to have to use a hidden field. can anyone help? cheers

Coops</description>
		<content:encoded><![CDATA[<p>Ok&#8230; i got the session ID to work sweet as&#8230; now i need to be able to add things like the Album_id as a params&#8230; i don&#8217;t want to have to use a hidden field. can anyone help? cheers</p>
<p>Coops</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grab Code by the 00&#8217;s &#187; Blog Archive &#187; Fixing Flash Sessions with Cookie-based Sessions Jupiter ITS</title>
		<link>http://blog.inquirylabs.com/2006/12/09/getting-the-_session_id-from-swfupload/#comment-26480</link>
		<dc:creator>Grab Code by the 00&#8217;s &#187; Blog Archive &#187; Fixing Flash Sessions with Cookie-based Sessions Jupiter ITS</dc:creator>
		<pubDate>Tue, 13 May 2008 08:08:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2006/12/09/getting-the-_session_id-from-swfupload/#comment-26480</guid>
		<description>[...] to Inquiry Labs for sharing the above [...]</description>
		<content:encoded><![CDATA[<p>[...] to Inquiry Labs for sharing the above [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kalle Johansson</title>
		<link>http://blog.inquirylabs.com/2006/12/09/getting-the-_session_id-from-swfupload/#comment-23603</link>
		<dc:creator>Kalle Johansson</dc:creator>
		<pubDate>Sun, 20 Apr 2008 19:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2006/12/09/getting-the-_session_id-from-swfupload/#comment-23603</guid>
		<description>Hi 

I have tried out dave south´s version (SWFUpload, attachment_fu and mime_fu), since i am a total newbie on ROR, i am absoluty thrilled, and understand only parts.
I should says that i have put in the above code snippet i environment.rb, while running the app i can view the log an d see that there is a session id produced ( i have created a column for storing the session id, still says NULL, i.e. session id does not get stored into the database), shoudn´t there be something in the models/photo.rb (in my case) that tells the database, here comes the session id.

Sinc Kalle</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>I have tried out dave south´s version (SWFUpload, attachment_fu and mime_fu), since i am a total newbie on ROR, i am absoluty thrilled, and understand only parts.<br />
I should says that i have put in the above code snippet i environment.rb, while running the app i can view the log an d see that there is a session id produced ( i have created a column for storing the session id, still says NULL, i.e. session id does not get stored into the database), shoudn´t there be something in the models/photo.rb (in my case) that tells the database, here comes the session id.</p>
<p>Sinc Kalle</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Spurr</title>
		<link>http://blog.inquirylabs.com/2006/12/09/getting-the-_session_id-from-swfupload/#comment-23559</link>
		<dc:creator>Dave Spurr</dc:creator>
		<pubDate>Fri, 18 Apr 2008 22:51:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2006/12/09/getting-the-_session_id-from-swfupload/#comment-23559</guid>
		<description>I'm still a little confused as to how to get this to work in Rails 2 (maybe I'm tired) I'm gonna have another look when I'm fresher in the morning.</description>
		<content:encoded><![CDATA[<p>I&#8217;m still a little confused as to how to get this to work in Rails 2 (maybe I&#8217;m tired) I&#8217;m gonna have another look when I&#8217;m fresher in the morning.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
