<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Daniel Tome's blog &#187; FileReference</title>
	<atom:link href="http://www.danieltome.com/blog/category/filereference/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.danieltome.com/blog</link>
	<description>Flash, PHP, Open Source, Actionscript, Australia and Argentina stuff.</description>
	<lastBuildDate>Tue, 18 Nov 2008 00:48:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flash FileReference. Uploading behind a proxy error</title>
		<link>http://www.danieltome.com/blog/2008/05/01/flash-filereference-uploading-behind-a-proxy-error/</link>
		<comments>http://www.danieltome.com/blog/2008/05/01/flash-filereference-uploading-behind-a-proxy-error/#comments</comments>
		<pubDate>Thu, 01 May 2008 05:54:06 +0000</pubDate>
		<dc:creator>Danno</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Annoyances]]></category>
		<category><![CDATA[FileReference]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.danieltome.com/blog/?p=92</guid>
		<description><![CDATA[When your browser connects to the internet through a proxy and you try to upload using FileRefence you might get an IOError or a 406 http not acceptable error. I say &#8216;might&#8217; because not all OS browser combinations trigger this error. On Windows/Firefox you will probably get an authentication popup to enter the proxy username [...]]]></description>
			<content:encoded><![CDATA[<p>When your browser connects to the internet through a proxy and you try to upload using FileRefence you might get an IOError or a 406 http not acceptable error. I say &#8216;might&#8217; because not all OS browser combinations trigger this error. On Windows/Firefox you will probably get an authentication popup to enter the proxy username and password, but on Mac/Firefox you will get the 406 error.</p>
<p>Anyways if you try searching the net, there are several threads that ask about this proxy error but no answers. I finally found a blog post that had a solution in one of the comments. From <a href="http://weblog.cahlan.com/2006/12/flex-upload-component.html" target="_blank">Coding Cowboys</a>.</p>
<p>Add to your .htaccess file:</p>
<p>SecFilterEngine Off<br />SecFilterScanPOST Off</p>
<p>or:</p>
<p>&lt;IfModule mod_php4.c&gt;<br />SecFilterEngine Off<br />SecFilterScanPOST Off<br />&lt;/IfModule&gt;
<p>Beware that this will disable the Apache ModSecurity module for that folder.
<p>I just saw that the <a href="http://livedocs.adobe.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&amp;file=00002225.html" target="_blank">Adobe livedocs upload reference</a> also has a comment by: log2e, regarding the 403 and 406 errors. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.danieltome.com/blog/2008/05/01/flash-filereference-uploading-behind-a-proxy-error/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
