<?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: FileReference and Test Upload in AS 3.0</title>
	<atom:link href="http://www.tink.ws/blog/filereference-and-test-upload-in-as-30/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tink.ws/blog/filereference-and-test-upload-in-as-30/</link>
	<description>Flash Platform development and personal rants.</description>
	<lastBuildDate>Sun, 14 Mar 2010 16:29:59 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nick</title>
		<link>http://www.tink.ws/blog/filereference-and-test-upload-in-as-30/#comment-60158</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Sat, 05 Apr 2008 19:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.tink.ws/blog/filereference-and-test-upload-in-as-30/#comment-60158</guid>
		<description>I came across this looking for solution to why my uploads worked on Windows but not os x (Flex 3, Flash 9.0.115). Our problem is that the os X flash runtime is picky about the response it gets back from the server after a POST.  Uploading to S3 didn&#039;t work.  Found this S3 doc (bottom of page) http://docs.amazonwebservices.com/AmazonS3/2006-03-01/HTTPPOSTFlash.html , that shows how to fix this for S3.  I imagine other servers could respond to the POST similarly, also failing to upload.</description>
		<content:encoded><![CDATA[<p>I came across this looking for solution to why my uploads worked on Windows but not os x (Flex 3, Flash 9.0.115). Our problem is that the os X flash runtime is picky about the response it gets back from the server after a POST.  Uploading to S3 didn&#8217;t work.  Found this S3 doc (bottom of page) <a href="http://docs.amazonwebservices.com/AmazonS3/2006-03-01/HTTPPOSTFlash.html" rel="nofollow">http://docs.amazonwebservices.com/AmazonS3/2006-03-01/HTTPPOSTFlash.html</a> , that shows how to fix this for S3.  I imagine other servers could respond to the POST similarly, also failing to upload.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joern</title>
		<link>http://www.tink.ws/blog/filereference-and-test-upload-in-as-30/#comment-49381</link>
		<dc:creator>Joern</dc:creator>
		<pubDate>Thu, 03 Jan 2008 17:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.tink.ws/blog/filereference-and-test-upload-in-as-30/#comment-49381</guid>
		<description>Hey Bo,
I have the same (or at least similar) problem: File-upload on a Mac didn&#039;t work. Udating Flash-Player to 9.0.115.0 didn&#039;t solve this. Adobe says, that an IO-Error is dispatched, when you try to upload to a somehow password-protected destination (http://livedocs.adobe.com/flex/2/langref/flash/net/FileReference.html#event:ioError). So I (temporary) removed the .htaccess and file upload worked fine. I will have to mess up with user-administration, session and all that stuff...

Look at this: http://livedocs.adobe.com/flex/2/langref/flash/net/FileReference.html#event:ioError</description>
		<content:encoded><![CDATA[<p>Hey Bo,<br />
I have the same (or at least similar) problem: File-upload on a Mac didn&#8217;t work. Udating Flash-Player to 9.0.115.0 didn&#8217;t solve this. Adobe says, that an IO-Error is dispatched, when you try to upload to a somehow password-protected destination (<a href="http://livedocs.adobe.com/flex/2/langref/flash/net/FileReference.html#event:ioError" rel="nofollow">http://livedocs.adobe.com/flex/2/langref/flash/net/FileReference.html#event:ioError</a>). So I (temporary) removed the .htaccess and file upload worked fine. I will have to mess up with user-administration, session and all that stuff&#8230;</p>
<p>Look at this: <a href="http://livedocs.adobe.com/flex/2/langref/flash/net/FileReference.html#event:ioError" rel="nofollow">http://livedocs.adobe.com/flex/2/langref/flash/net/FileReference.html#event:ioError</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bo</title>
		<link>http://www.tink.ws/blog/filereference-and-test-upload-in-as-30/#comment-45044</link>
		<dc:creator>Bo</dc:creator>
		<pubDate>Sat, 03 Nov 2007 16:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.tink.ws/blog/filereference-and-test-upload-in-as-30/#comment-45044</guid>
		<description>Hi all

Do any of you had the experience with ioError 2038 when uploading from a MAC OS X platform using FLEX? It does not matter what browser you are using which suggests that it is a thing with the operating system and the flash player 9. Unfortunately, I&#039;m stuck because I can not figure out any solution. I want a uploading procedure working cross browser.

Please have a look at the case I&#039;ve submitted:

http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=585&amp;threadid=1311564</description>
		<content:encoded><![CDATA[<p>Hi all</p>
<p>Do any of you had the experience with ioError 2038 when uploading from a MAC OS X platform using FLEX? It does not matter what browser you are using which suggests that it is a thing with the operating system and the flash player 9. Unfortunately, I&#8217;m stuck because I can not figure out any solution. I want a uploading procedure working cross browser.</p>
<p>Please have a look at the case I&#8217;ve submitted:</p>
<p><a href="http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=585&amp;threadid=1311564" rel="nofollow">http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=585&amp;threadid=1311564</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alltechneeds_com</title>
		<link>http://www.tink.ws/blog/filereference-and-test-upload-in-as-30/#comment-36659</link>
		<dc:creator>alltechneeds_com</dc:creator>
		<pubDate>Mon, 11 Jun 2007 20:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.tink.ws/blog/filereference-and-test-upload-in-as-30/#comment-36659</guid>
		<description>Is there some examples in as 3.0 not flex</description>
		<content:encoded><![CDATA[<p>Is there some examples in as 3.0 not flex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tink</title>
		<link>http://www.tink.ws/blog/filereference-and-test-upload-in-as-30/#comment-2717</link>
		<dc:creator>Tink</dc:creator>
		<pubDate>Thu, 08 Jun 2006 15:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.tink.ws/blog/filereference-and-test-upload-in-as-30/#comment-2717</guid>
		<description>Yeah thats pretty cool stuff :)</description>
		<content:encoded><![CDATA[<p>Yeah thats pretty cool stuff <img src='http://www.tink.ws/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdul Qabiz</title>
		<link>http://www.tink.ws/blog/filereference-and-test-upload-in-as-30/#comment-2715</link>
		<dc:creator>Abdul Qabiz</dc:creator>
		<pubDate>Thu, 08 Jun 2006 14:59:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.tink.ws/blog/filereference-and-test-upload-in-as-30/#comment-2715</guid>
		<description>There are more changes, like you can change the data-field name now, which allows you to implement Flickr API completly in ActionScript 3 without using any server-side things.

http://www.abdulqabiz.com/blog/archives/flash_and_actionscript/filereference_u.php

-abdul</description>
		<content:encoded><![CDATA[<p>There are more changes, like you can change the data-field name now, which allows you to implement Flickr API completly in ActionScript 3 without using any server-side things.</p>
<p><a href="http://www.abdulqabiz.com/blog/archives/flash_and_actionscript/filereference_u.php" rel="nofollow">http://www.abdulqabiz.com/blog/archives/flash_and_actionscript/filereference_u.php</a></p>
<p>-abdul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tink</title>
		<link>http://www.tink.ws/blog/filereference-and-test-upload-in-as-30/#comment-2714</link>
		<dc:creator>Tink</dc:creator>
		<pubDate>Thu, 08 Jun 2006 14:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.tink.ws/blog/filereference-and-test-upload-in-as-30/#comment-2714</guid>
		<description>Using FileReferenceList lets you upload multiple files at once, as it does in Flash 8. FileReference limits the user to selecting a single file.</description>
		<content:encoded><![CDATA[<p>Using FileReferenceList lets you upload multiple files at once, as it does in Flash 8. FileReference limits the user to selecting a single file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Wanja</title>
		<link>http://www.tink.ws/blog/filereference-and-test-upload-in-as-30/#comment-2706</link>
		<dc:creator>Daniel Wanja</dc:creator>
		<pubDate>Thu, 08 Jun 2006 14:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.tink.ws/blog/filereference-and-test-upload-in-as-30/#comment-2706</guid>
		<description>That&#039;s good news I&#039;ve to test it out. We added a small  file upload &#039;component&#039; written in Flex to our Rails application but the odd test request that the flash player it making was breaking our Rails application. We had to fix up the CGI ruby class (CGI::QueryExtension.initialize_query) to test for zero length requests to avoid an exception. But this might be the correct solution. Thanks for the info. Note that using the Flex upload allows to select multiple file and upload them at once, that&#039;s a cool solution.</description>
		<content:encoded><![CDATA[<p>That&#8217;s good news I&#8217;ve to test it out. We added a small  file upload &#8216;component&#8217; written in Flex to our Rails application but the odd test request that the flash player it making was breaking our Rails application. We had to fix up the CGI ruby class (CGI::QueryExtension.initialize_query) to test for zero length requests to avoid an exception. But this might be the correct solution. Thanks for the info. Note that using the Flex upload allows to select multiple file and upload them at once, that&#8217;s a cool solution.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
