<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Uploading files in Flex using the FileReference class</title>
	<link>http://blog.flexexamples.com/2007/09/21/uploading-files-in-flex-using-the-filereference-class/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Tue, 06 Jan 2009 02:05:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Sclark</title>
		<link>http://blog.flexexamples.com/2007/09/21/uploading-files-in-flex-using-the-filereference-class/#comment-17424</link>
		<author>Sclark</author>
		<pubDate>Sun, 21 Dec 2008 05:07:10 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/09/21/uploading-files-in-flex-using-the-filereference-class/#comment-17424</guid>
		<description>Hey there,

I have been trying to get a demo working of our fileuploadservlet.  The servlet doesn't do much at this point, and it's running with standalone oc4j locally on my windows xp system.

I'm using the flex code as documented.  I use a filefilter to get only csv files and I have a small test file.

The problem is the second I hit upload, I get the io error: Error #2044: Unhandled uploadIoError:. text=Error #2038: File I/O 

I put some alert messages in and it appears this is happening before the upload has a chance to start.  I event tried a different unix test server with an upload.php file (which I've pinged via browser and it responds) and still the same error.

My company uses a proxy so I've removed that (working from home, no firewall).  No change.  I have strong listeners (not weak).

I've added some variables to the URLVariables, but that's it.  It's pretty plain vanilla, but it's not playing nice.

This is on Windows XP.  So the first scenario was all local - localhost, etc.  The second scenrio was on another server I pay for...on unix that supports php and still the same immediate io error.

Any assistance would be greatly appreciated!

Spencer</description>
		<content:encoded><![CDATA[<p>Hey there,</p>
<p>I have been trying to get a demo working of our fileuploadservlet.  The servlet doesn&#8217;t do much at this point, and it&#8217;s running with standalone oc4j locally on my windows xp system.</p>
<p>I&#8217;m using the flex code as documented.  I use a filefilter to get only csv files and I have a small test file.</p>
<p>The problem is the second I hit upload, I get the io error: Error #2044: Unhandled uploadIoError:. text=Error #2038: File I/O </p>
<p>I put some alert messages in and it appears this is happening before the upload has a chance to start.  I event tried a different unix test server with an upload.php file (which I&#8217;ve pinged via browser and it responds) and still the same error.</p>
<p>My company uses a proxy so I&#8217;ve removed that (working from home, no firewall).  No change.  I have strong listeners (not weak).</p>
<p>I&#8217;ve added some variables to the URLVariables, but that&#8217;s it.  It&#8217;s pretty plain vanilla, but it&#8217;s not playing nice.</p>
<p>This is on Windows XP.  So the first scenario was all local - localhost, etc.  The second scenrio was on another server I pay for&#8230;on unix that supports php and still the same immediate io error.</p>
<p>Any assistance would be greatly appreciated!</p>
<p>Spencer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deenalex</title>
		<link>http://blog.flexexamples.com/2007/09/21/uploading-files-in-flex-using-the-filereference-class/#comment-17158</link>
		<author>deenalex</author>
		<pubDate>Wed, 03 Dec 2008 08:00:30 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/09/21/uploading-files-in-flex-using-the-filereference-class/#comment-17158</guid>
		<description>Hi Everyone,

Can any one help me to convert any type of Video files into .flv format (i.e) flash video format.

I mean, if we browse and select any type of video, it (Flex Program) should convert it to .flv format.

Thanks in Advance……</description>
		<content:encoded><![CDATA[<p>Hi Everyone,</p>
<p>Can any one help me to convert any type of Video files into .flv format (i.e) flash video format.</p>
<p>I mean, if we browse and select any type of video, it (Flex Program) should convert it to .flv format.</p>
<p>Thanks in Advance……</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://blog.flexexamples.com/2007/09/21/uploading-files-in-flex-using-the-filereference-class/#comment-17145</link>
		<author>Paul</author>
		<pubDate>Tue, 02 Dec 2008 22:49:33 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/09/21/uploading-files-in-flex-using-the-filereference-class/#comment-17145</guid>
		<description>I'm trying to upload files and it works great in Windows, but on OS X it doesn't ever hit my URLRequest page.  Is there any insight on what is different between the two, or something I need to do in for OS X?</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to upload files and it works great in Windows, but on OS X it doesn&#8217;t ever hit my URLRequest page.  Is there any insight on what is different between the two, or something I need to do in for OS X?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jimmi</title>
		<link>http://blog.flexexamples.com/2007/09/21/uploading-files-in-flex-using-the-filereference-class/#comment-16457</link>
		<author>jimmi</author>
		<pubDate>Wed, 29 Oct 2008 06:03:13 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/09/21/uploading-files-in-flex-using-the-filereference-class/#comment-16457</guid>
		<description>greets,
nice blog ;)
I have a question about that fu... ahm nice ;) file upload feature after messing around with it a few ours long. So, here my prob: I'm using the aspx and I'll say it's working. I set all the events I need but in that special case the httpStatusEvent says nothing, only the openEvent stucks on [Event type="open" bubbles=false cancelable=false eventPhase=2] progress bar says it's ready but there is no file in the directory (and yeah I set allready all the rights to that spec. dir.)
Somebody an idea?

thanks a lot.

jimmi</description>
		<content:encoded><![CDATA[<p>greets,<br />
nice blog ;)<br />
I have a question about that fu&#8230; ahm nice ;) file upload feature after messing around with it a few ours long. So, here my prob: I&#8217;m using the aspx and I&#8217;ll say it&#8217;s working. I set all the events I need but in that special case the httpStatusEvent says nothing, only the openEvent stucks on [Event type=&#8221;open&#8221; bubbles=false cancelable=false eventPhase=2] progress bar says it&#8217;s ready but there is no file in the directory (and yeah I set allready all the rights to that spec. dir.)<br />
Somebody an idea?</p>
<p>thanks a lot.</p>
<p>jimmi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/09/21/uploading-files-in-flex-using-the-filereference-class/#comment-16359</link>
		<author>peterd</author>
		<pubDate>Wed, 22 Oct 2008 14:21:47 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/09/21/uploading-files-in-flex-using-the-filereference-class/#comment-16359</guid>
		<description>Ronny,

I've never tried resizing images/BitmapData before uploading it to a server-side script.
You may want to try asking on the &lt;a href="http://tech.groups.yahoo.com/group/flexcoders/" rel="nofollow"&gt;&lt;u&gt;FlexCoders mailing list&lt;/u&gt;&lt;/a&gt; and see if anybody there has any suggestions.

Sorry,
Peter</description>
		<content:encoded><![CDATA[<p>Ronny,</p>
<p>I&#8217;ve never tried resizing images/BitmapData before uploading it to a server-side script.<br />
You may want to try asking on the <a href="http://tech.groups.yahoo.com/group/flexcoders/" rel="nofollow"><u>FlexCoders mailing list</u></a> and see if anybody there has any suggestions.</p>
<p>Sorry,<br />
Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronny</title>
		<link>http://blog.flexexamples.com/2007/09/21/uploading-files-in-flex-using-the-filereference-class/#comment-16356</link>
		<author>Ronny</author>
		<pubDate>Wed, 22 Oct 2008 11:08:15 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/09/21/uploading-files-in-flex-using-the-filereference-class/#comment-16356</guid>
		<description>I try to to upload a image to a server, but often the images are huge and I need to resize them before I upload them. Is there a way for flex to do this on the client side so I don't have to uploade 20mb and then resize it.

Help or an example is preciated.
Regards
Ronny</description>
		<content:encoded><![CDATA[<p>I try to to upload a image to a server, but often the images are huge and I need to resize them before I upload them. Is there a way for flex to do this on the client side so I don&#8217;t have to uploade 20mb and then resize it.</p>
<p>Help or an example is preciated.<br />
Regards<br />
Ronny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gilbert</title>
		<link>http://blog.flexexamples.com/2007/09/21/uploading-files-in-flex-using-the-filereference-class/#comment-16086</link>
		<author>Gilbert</author>
		<pubDate>Wed, 08 Oct 2008 22:05:32 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/09/21/uploading-files-in-flex-using-the-filereference-class/#comment-16086</guid>
		<description>I am working on an AIR app. that records videos, using RED5. Once the user is happy with a video the app uploads the flv to a Windows server. 

It works fine for short videos (small files), but when the file size is larger (I don't know the threshold) it does not work anymore. 

Do you know how to allow the app. or the asp.net script to work with large files?

Thanks.</description>
		<content:encoded><![CDATA[<p>I am working on an AIR app. that records videos, using RED5. Once the user is happy with a video the app uploads the flv to a Windows server. </p>
<p>It works fine for short videos (small files), but when the file size is larger (I don&#8217;t know the threshold) it does not work anymore. </p>
<p>Do you know how to allow the app. or the asp.net script to work with large files?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boris</title>
		<link>http://blog.flexexamples.com/2007/09/21/uploading-files-in-flex-using-the-filereference-class/#comment-16079</link>
		<author>Boris</author>
		<pubDate>Wed, 08 Oct 2008 15:04:41 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/09/21/uploading-files-in-flex-using-the-filereference-class/#comment-16079</guid>
		<description>Sorry Peter, just ignore my last comment - it was not the fault of the filereference, but i did something wrong with the data that was sent from the server</description>
		<content:encoded><![CDATA[<p>Sorry Peter, just ignore my last comment - it was not the fault of the filereference, but i did something wrong with the data that was sent from the server</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boris</title>
		<link>http://blog.flexexamples.com/2007/09/21/uploading-files-in-flex-using-the-filereference-class/#comment-16078</link>
		<author>Boris</author>
		<pubDate>Wed, 08 Oct 2008 13:56:19 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/09/21/uploading-files-in-flex-using-the-filereference-class/#comment-16078</guid>
		<description>Hi Peter, how can i prevent the SecurityError: Error #2148: when i'm uploading files from my local desktop to an outside-the-sandbox-server. I tried a lot of hacks (crossdomain.xml, Security.allowDomain, eg) but this error, everytime appears. But the funny thing is, that the upload is complete, but i didn't get any data from the server, that gives succes. Locally with localhost everything works finest.</description>
		<content:encoded><![CDATA[<p>Hi Peter, how can i prevent the SecurityError: Error #2148: when i&#8217;m uploading files from my local desktop to an outside-the-sandbox-server. I tried a lot of hacks (crossdomain.xml, Security.allowDomain, eg) but this error, everytime appears. But the funny thing is, that the upload is complete, but i didn&#8217;t get any data from the server, that gives succes. Locally with localhost everything works finest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gino</title>
		<link>http://blog.flexexamples.com/2007/09/21/uploading-files-in-flex-using-the-filereference-class/#comment-15718</link>
		<author>Gino</author>
		<pubDate>Fri, 19 Sep 2008 07:51:45 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/09/21/uploading-files-in-flex-using-the-filereference-class/#comment-15718</guid>
		<description>Hi

I've been trying to make this work using java spring as backend. But I can't make it work. Spring has an implementation for file upload and Im using that as my backend.

Anyone out there got any idea how to do this?

Thanks :D</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I&#8217;ve been trying to make this work using java spring as backend. But I can&#8217;t make it work. Spring has an implementation for file upload and Im using that as my backend.</p>
<p>Anyone out there got any idea how to do this?</p>
<p>Thanks :D</p>
]]></content:encoded>
	</item>
</channel>
</rss>
