<?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: Flex2 FileReference API for Uploading Files</title>
	<atom:link href="http://renaun.com/blog/2006/06/27/51/feed/" rel="self" type="application/rss+xml" />
	<link>http://renaun.com/blog/2006/06/27/51/</link>
	<description>Informtation on Flex, Flash, ColdFusion, and general RIA web develoment.</description>
	<pubDate>Thu, 20 Nov 2008 11:09:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: mindu</title>
		<link>http://renaun.com/blog/2006/06/27/51/#comment-357445</link>
		<dc:creator>mindu</dc:creator>
		<pubDate>Wed, 30 Nov 2005 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=51#comment-357445</guid>
		<description>HI
I have the same problem of Ramon

"
Hi, i have a problem with that code. I’ve tryed to put some characters and the encoding doesn’t work. For example, if i try to send a description including “ñ” or “ó”, it doesn’t work :_(
"

some solution ?
thanks</description>
		<content:encoded><![CDATA[<p>HI<br />
I have the same problem of Ramon</p>
<p>&#8221;<br />
Hi, i have a problem with that code. I’ve tryed to put some characters and the encoding doesn’t work. For example, if i try to send a description including “ñ” or “ó”, it doesn’t work :_(<br />
&#8221;</p>
<p>some solution ?<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robson</title>
		<link>http://renaun.com/blog/2006/06/27/51/#comment-241202</link>
		<dc:creator>robson</dc:creator>
		<pubDate>Tue, 30 Nov 2004 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=51#comment-241202</guid>
		<description>hello, i am trying to get this to work with jsp, but request.getParater("benutzerID") is alway null:

here is my as code:
var sendVars:URLVariables = new URLVariables();
sendVars.benutzerID = "1";

					
var request:URLRequest = new URLRequest();
request.data = sendVars;
request.url = _strUploadScript;
 request.method = URLRequestMethod.POST;
				    
_refUploadFile.upload(request, "file", false);

can anyone help?</description>
		<content:encoded><![CDATA[<p>hello, i am trying to get this to work with jsp, but request.getParater(&#8221;benutzerID&#8221;) is alway null:</p>
<p>here is my as code:<br />
var sendVars:URLVariables = new URLVariables();<br />
sendVars.benutzerID = &#8220;1&#8243;;</p>
<p>var request:URLRequest = new URLRequest();<br />
request.data = sendVars;<br />
request.url = _strUploadScript;<br />
 request.method = URLRequestMethod.POST;</p>
<p>_refUploadFile.upload(request, &#8220;file&#8221;, false);</p>
<p>can anyone help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: C</title>
		<link>http://renaun.com/blog/2006/06/27/51/#comment-208596</link>
		<dc:creator>C</dc:creator>
		<pubDate>Tue, 30 Nov 2010 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=51#comment-208596</guid>
		<description>How to I handle special cases when for example the server side detemines that the file is too big or invalid format or has already been uploaded. I would like to know how I can read data from the server's HTTP Response ?

Or maybe there is a different mechanism that will allow me to let my user know that status ? I need to let them know what's the reason for upload failure...</description>
		<content:encoded><![CDATA[<p>How to I handle special cases when for example the server side detemines that the file is too big or invalid format or has already been uploaded. I would like to know how I can read data from the server&#8217;s HTTP Response ?</p>
<p>Or maybe there is a different mechanism that will allow me to let my user know that status ? I need to let them know what&#8217;s the reason for upload failure&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramon</title>
		<link>http://renaun.com/blog/2006/06/27/51/#comment-191188</link>
		<dc:creator>Ramon</dc:creator>
		<pubDate>Thu, 30 Nov 2006 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=51#comment-191188</guid>
		<description>Hi, i have a problem with that code. I've tryed to put some characters and the encoding doesn't work. For example, if i try to send a description including "ñ" or "ó", it doesn't work :_(

If anybody can help me, i'll be grateful for your support. 

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, i have a problem with that code. I&#8217;ve tryed to put some characters and the encoding doesn&#8217;t work. For example, if i try to send a description including &#8220;ñ&#8221; or &#8220;ó&#8221;, it doesn&#8217;t work :_(</p>
<p>If anybody can help me, i&#8217;ll be grateful for your support. </p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: me</title>
		<link>http://renaun.com/blog/2006/06/27/51/#comment-69505</link>
		<dc:creator>me</dc:creator>
		<pubDate>Sun, 30 Nov 2003 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=51#comment-69505</guid>
		<description>Hi,geat stuff. Howwould you do more of an FTP application with this code. Like create and delete directories and files.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,geat stuff. Howwould you do more of an FTP application with this code. Like create and delete directories and files.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laila</title>
		<link>http://renaun.com/blog/2006/06/27/51/#comment-67690</link>
		<dc:creator>Laila</dc:creator>
		<pubDate>Mon, 30 Nov 2009 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=51#comment-67690</guid>
		<description>Thank you so much, works like a charm! I'm a bit puzzled that this solution isn't mentioned in the article you refer to though, it really solves the metadata issue!</description>
		<content:encoded><![CDATA[<p>Thank you so much, works like a charm! I&#8217;m a bit puzzled that this solution isn&#8217;t mentioned in the article you refer to though, it really solves the metadata issue!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd Clare</title>
		<link>http://renaun.com/blog/2006/06/27/51/#comment-47457</link>
		<dc:creator>Todd Clare</dc:creator>
		<pubDate>Fri, 30 Nov 2007 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=51#comment-47457</guid>
		<description>I was looking for this info all day yesterday!  Thanks for posting this.  

Any thoughts on how to post the file, along with the "metadata" fields, and also get a reply back from the server?

I'm posting to a PHP page, and I'd like to receive a response (like the XML I send from my other HTTPService-s) that contains relevant information (file created successfully, new entry was made to the database, here's its ID)?  I'm new to the FileReference, but can;t seem to figure it out.</description>
		<content:encoded><![CDATA[<p>I was looking for this info all day yesterday!  Thanks for posting this.  </p>
<p>Any thoughts on how to post the file, along with the &#8220;metadata&#8221; fields, and also get a reply back from the server?</p>
<p>I&#8217;m posting to a PHP page, and I&#8217;d like to receive a response (like the XML I send from my other HTTPService-s) that contains relevant information (file created successfully, new entry was made to the database, here&#8217;s its ID)?  I&#8217;m new to the FileReference, but can;t seem to figure it out.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
