<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Using Flash Upload with PHP &#038; symfony</title>
	<link>http://robrosenbaum.com/php/using-flash-upload-with-php-symfony/</link>
	<description>PHP, Symfony, and Other Web Things</description>
	<pubDate>Wed, 20 Aug 2008 20:41:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>By: IllegalCharacter</title>
		<link>http://robrosenbaum.com/php/using-flash-upload-with-php-symfony/#comment-307</link>
		<dc:creator>IllegalCharacter</dc:creator>
		<pubDate>Tue, 15 Apr 2008 18:50:08 +0000</pubDate>
		<guid>http://robrosenbaum.com/php/using-flash-upload-with-php-symfony/#comment-307</guid>
		<description>Hey guys, thanks for the helpful script! Just wondering though, how secure is this?</description>
		<content:encoded><![CDATA[<p>Hey guys, thanks for the helpful script! Just wondering though, how secure is this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: droopy6</title>
		<link>http://robrosenbaum.com/php/using-flash-upload-with-php-symfony/#comment-305</link>
		<dc:creator>droopy6</dc:creator>
		<pubDate>Thu, 10 Apr 2008 13:39:35 +0000</pubDate>
		<guid>http://robrosenbaum.com/php/using-flash-upload-with-php-symfony/#comment-305</guid>
		<description>Currently I used Tomcat with realm authentication. FileReference does NOT loose cookies if you don't send "Pragma:no-cache" to the client. unfornutaly, Tomcat does this by default. So I created a J2EE filter doing this:
response.setHeader("Pragma",""); 

of course, to be able to disable caching, use the HTTP1.1 header:
response.setHeader("Cache-Control","no-store");

I hope this help you.

note: FileReference will never work in HTTPS to upload a file with firefox. The workaround is complex. I created a standard HTML form (visible !) with ExternalInterface (DOM/Javascript mud) at the top of the HTML Wrapper of my Flex app. When all is done, I remove it.</description>
		<content:encoded><![CDATA[<p>Currently I used Tomcat with realm authentication. FileReference does NOT loose cookies if you don&#039;t send &#034;Pragma:no-cache&#034; to the client. unfornutaly, Tomcat does this by default. So I created a J2EE filter doing this:<br />
response.setHeader(&#034;Pragma&#034;,&#034;"); </p>
<p>of course, to be able to disable caching, use the HTTP1.1 header:<br />
response.setHeader(&#034;Cache-Control&#034;,&#034;no-store&#034;);</p>
<p>I hope this help you.</p>
<p>note: FileReference will never work in HTTPS to upload a file with firefox. The workaround is complex. I created a standard HTML form (visible !) with ExternalInterface (DOM/Javascript mud) at the top of the HTML Wrapper of my Flex app. When all is done, I remove it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thawootah</title>
		<link>http://robrosenbaum.com/php/using-flash-upload-with-php-symfony/#comment-302</link>
		<dc:creator>thawootah</dc:creator>
		<pubDate>Sun, 23 Mar 2008 02:22:07 +0000</pubDate>
		<guid>http://robrosenbaum.com/php/using-flash-upload-with-php-symfony/#comment-302</guid>
		<description>Man I still cant get it to work its bugging me to no end.

I passed the session id into flash added it to the url and tried everything from session_id($_GET['PHPSESSID']) to your way.</description>
		<content:encoded><![CDATA[<p>Man I still cant get it to work its bugging me to no end.</p>
<p>I passed the session id into flash added it to the url and tried everything from session_id($_GET[&#039;PHPSESSID&#039;]) to your way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ProDevTips - dev related notes and tutorials &#187; Blog Archive &#187; Writing a CMS/Community with Smarty and the Zend Framework: Part 6</title>
		<link>http://robrosenbaum.com/php/using-flash-upload-with-php-symfony/#comment-298</link>
		<dc:creator>ProDevTips - dev related notes and tutorials &#187; Blog Archive &#187; Writing a CMS/Community with Smarty and the Zend Framework: Part 6</dc:creator>
		<pubDate>Thu, 21 Feb 2008 11:06:27 +0000</pubDate>
		<guid>http://robrosenbaum.com/php/using-flash-upload-with-php-symfony/#comment-298</guid>
		<description>[...] up on this without a little help. Why can nothing ever be simple? I was fortunate and quickly found Rob&#8217;s Flash upload in Symfony article before I got too panicked. Empowered by the basic aha feeling I got from that piece I was able to [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] up on this without a little help. Why can nothing ever be simple? I was fortunate and quickly found Rob&#039;s Flash upload in Symfony article before I got too panicked. Empowered by the basic aha feeling I got from that piece I was able to [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Usare flash upload da utente autorizzato at Digital Design News</title>
		<link>http://robrosenbaum.com/php/using-flash-upload-with-php-symfony/#comment-63</link>
		<dc:creator>Usare flash upload da utente autorizzato at Digital Design News</dc:creator>
		<pubDate>Thu, 27 Sep 2007 08:40:40 +0000</pubDate>
		<guid>http://robrosenbaum.com/php/using-flash-upload-with-php-symfony/#comment-63</guid>
		<description>[...] http://robrosenbaum.com/flash/using-flash-upload-with-php-symfony/  [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] <a href="http://robrosenbaum.com/flash/using-flash-upload-with-php-symfony/" rel="nofollow">http://robrosenbaum.com/flash/using-flash-upload-with-php-symfony/</a>  [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Subiendo archivos con Flash y Symfony &#171; Resistance is futile</title>
		<link>http://robrosenbaum.com/php/using-flash-upload-with-php-symfony/#comment-52</link>
		<dc:creator>Subiendo archivos con Flash y Symfony &#171; Resistance is futile</dc:creator>
		<pubDate>Wed, 12 Sep 2007 17:08:09 +0000</pubDate>
		<guid>http://robrosenbaum.com/php/using-flash-upload-with-php-symfony/#comment-52</guid>
		<description>[...] este artículo del blog de Rob Rosenbaum se explican los pasos necesarios para corregir el problema de subir [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] este artículo del blog de Rob Rosenbaum se explican los pasos necesarios para corregir el problema de subir [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rpsblog.com &#187; A week of symfony #36 (3-&#38;gt;9 September 2007)</title>
		<link>http://robrosenbaum.com/php/using-flash-upload-with-php-symfony/#comment-50</link>
		<dc:creator>rpsblog.com &#187; A week of symfony #36 (3-&#38;gt;9 September 2007)</dc:creator>
		<pubDate>Mon, 10 Sep 2007 05:52:21 +0000</pubDate>
		<guid>http://robrosenbaum.com/php/using-flash-upload-with-php-symfony/#comment-50</guid>
		<description>[...] Using Flash Upload with PHP &#38; symfony [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Using Flash Upload with PHP &amp; symfony [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
