<?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: Flex FileUpload Component</title>
	<atom:link href="http://www.zehnet.de/2009/02/23/flex-fileupload-component/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zehnet.de/2009/02/23/flex-fileupload-component/</link>
	<description>programming talk and more</description>
	<lastBuildDate>Mon, 06 Sep 2010 12:35:15 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sandrita</title>
		<link>http://www.zehnet.de/2009/02/23/flex-fileupload-component/comment-page-1/#comment-268</link>
		<dc:creator>Sandrita</dc:creator>
		<pubDate>Mon, 06 Sep 2010 12:35:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.zehnet.de/2009/03/18/flex-fileupload-component/#comment-268</guid>
		<description>hello,
your code and works very well but I want to ask as I open the file I uploaded the file and also if you only have an option to save with the name there is any option to save with a code or key.
 Thank you.</description>
		<content:encoded><![CDATA[<p>hello,<br />
your code and works very well but I want to ask as I open the file I uploaded the file and also if you only have an option to save with the name there is any option to save with a code or key.<br />
 Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guss</title>
		<link>http://www.zehnet.de/2009/02/23/flex-fileupload-component/comment-page-1/#comment-254</link>
		<dc:creator>Guss</dc:creator>
		<pubDate>Wed, 21 Jul 2010 07:39:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.zehnet.de/2009/03/18/flex-fileupload-component/#comment-254</guid>
		<description>Hi,

I finally found the solution to my problem. That was just a wrong path to the upload files in the upload.php :
$working_dir = dirname(__FILE__);
$working_upload = dirname(__FILE__.&#039;/uploads&#039;);

But I still had some problems loading big video files. I always had an offset set to 0, so the file kept loading the first chunk again and again ! 
So I checked on the server side, and I found out that I had a checksum negative after the dechex() function.

I added this line : 
$checksum = str_replace(&#039;ffffffff&#039;, &#039;&#039;, $checksum);

And now everything works fine for me.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I finally found the solution to my problem. That was just a wrong path to the upload files in the upload.php :<br />
$working_dir = dirname(__FILE__);<br />
$working_upload = dirname(__FILE__.&#8217;/uploads&#8217;);</p>
<p>But I still had some problems loading big video files. I always had an offset set to 0, so the file kept loading the first chunk again and again !<br />
So I checked on the server side, and I found out that I had a checksum negative after the dechex() function.</p>
<p>I added this line :<br />
$checksum = str_replace(&#8217;ffffffff&#8217;, &#8221;, $checksum);</p>
<p>And now everything works fine for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guss</title>
		<link>http://www.zehnet.de/2009/02/23/flex-fileupload-component/comment-page-1/#comment-248</link>
		<dc:creator>Guss</dc:creator>
		<pubDate>Tue, 13 Jul 2010 10:56:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.zehnet.de/2009/03/18/flex-fileupload-component/#comment-248</guid>
		<description>Hi, 
- I set the -use-network=false in the project
- I run the FileUploaderApp.html

But I always get the error(0); in the flex interface when I try to upload a file.

What am I doing wrong ?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
- I set the -use-network=false in the project<br />
- I run the FileUploaderApp.html</p>
<p>But I always get the error(0); in the flex interface when I try to upload a file.</p>
<p>What am I doing wrong ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guss</title>
		<link>http://www.zehnet.de/2009/02/23/flex-fileupload-component/comment-page-1/#comment-247</link>
		<dc:creator>Guss</dc:creator>
		<pubDate>Wed, 07 Jul 2010 10:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.zehnet.de/2009/03/18/flex-fileupload-component/#comment-247</guid>
		<description>I think it the flashvars that is not set correctly (that is the line I added ;)</description>
		<content:encoded><![CDATA[<p>I think it the flashvars that is not set correctly (that is the line I added <img src='http://www.zehnet.de/_blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guss</title>
		<link>http://www.zehnet.de/2009/02/23/flex-fileupload-component/comment-page-1/#comment-246</link>
		<dc:creator>Guss</dc:creator>
		<pubDate>Wed, 07 Jul 2010 10:07:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.zehnet.de/2009/03/18/flex-fileupload-component/#comment-246</guid>
		<description>Hi,

I find this component very usefull, but I can&#039;t make it work... I still get this message : &quot;No uploadUrl was specified !&quot;

I added this line in the FileUploaderStandalone.html : , but it still doesn&#039;t work !

Please help me.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I find this component very usefull, but I can&#8217;t make it work&#8230; I still get this message : &#8220;No uploadUrl was specified !&#8221;</p>
<p>I added this line in the FileUploaderStandalone.html : , but it still doesn&#8217;t work !</p>
<p>Please help me.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prasanna</title>
		<link>http://www.zehnet.de/2009/02/23/flex-fileupload-component/comment-page-1/#comment-234</link>
		<dc:creator>Prasanna</dc:creator>
		<pubDate>Fri, 04 Jun 2010 08:29:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.zehnet.de/2009/03/18/flex-fileupload-component/#comment-234</guid>
		<description>I am new to flex.I have a requirement that is to upload photos of filesize up to 10MB. I tried using this sample.But got stuck with PHP. It returns error ID &#039;0&#039;.

$working_dir = dirname(__FILE__);
define(&#039;UPLOAD_MAX_SIZE&#039;, 80 * 1024 * 1024); //20MB
define(&#039;DESTINATION_DIR&#039;, $working_dir);

What should be the working directory if my i have the project in the following folder.
c:\prasanna\wamp\www\FileUploaderApp.
 Help me

Thanks.</description>
		<content:encoded><![CDATA[<p>I am new to flex.I have a requirement that is to upload photos of filesize up to 10MB. I tried using this sample.But got stuck with PHP. It returns error ID &#8216;0&#8242;.</p>
<p>$working_dir = dirname(__FILE__);<br />
define(&#8217;UPLOAD_MAX_SIZE&#8217;, 80 * 1024 * 1024); //20MB<br />
define(&#8217;DESTINATION_DIR&#8217;, $working_dir);</p>
<p>What should be the working directory if my i have the project in the following folder.<br />
c:\prasanna\wamp\www\FileUploaderApp.<br />
 Help me</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ionut</title>
		<link>http://www.zehnet.de/2009/02/23/flex-fileupload-component/comment-page-1/#comment-229</link>
		<dc:creator>Ionut</dc:creator>
		<pubDate>Fri, 21 May 2010 08:01:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.zehnet.de/2009/03/18/flex-fileupload-component/#comment-229</guid>
		<description>wow exactly what i was searching for with only one problem
can your code be used in flash (cs3, 4 or 5)?
can u post a little example(as3 call of the class only no need for interface etc) if is possible

Thanks</description>
		<content:encoded><![CDATA[<p>wow exactly what i was searching for with only one problem<br />
can your code be used in flash (cs3, 4 or 5)?<br />
can u post a little example(as3 call of the class only no need for interface etc) if is possible</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boby</title>
		<link>http://www.zehnet.de/2009/02/23/flex-fileupload-component/comment-page-1/#comment-207</link>
		<dc:creator>Boby</dc:creator>
		<pubDate>Wed, 10 Mar 2010 16:23:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.zehnet.de/2009/03/18/flex-fileupload-component/#comment-207</guid>
		<description>Found an issue, getting urlVariables parameter not working

in file FileUploaderStandalone.mxml, 
line 60
var c:XMLList=data.children(), n:int=c.length;;
need to be changed to
var c:XMLList=data.children(), n:int=c.length();</description>
		<content:encoded><![CDATA[<p>Found an issue, getting urlVariables parameter not working</p>
<p>in file FileUploaderStandalone.mxml,<br />
line 60<br />
var c:XMLList=data.children(), n:int=c.length;;<br />
need to be changed to<br />
var c:XMLList=data.children(), n:int=c.length();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.zehnet.de/2009/02/23/flex-fileupload-component/comment-page-1/#comment-203</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 08 Mar 2010 09:24:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.zehnet.de/2009/03/18/flex-fileupload-component/#comment-203</guid>
		<description>Hi Nik.

I have found a bug?  I have set the max upload file size to 600MB.  When I upload 3 files on FF with their sizes adding up to just over 600MB the upload fails on the last file with the % progress saying &quot;uploading file...NaN%&quot;.  Subsequent file uploads fail - even if the page is refreshed.  Closing FF is the only way to get files uploading again.  I suspect it isn&#039;t clearing the size uploading between files - but I don&#039;t programme flex, thus cannot fix.(Sorry)

My client is willing to pay for your time to fix - just let me know the estimated cost.

Thanks for the excellent component.

Steve</description>
		<content:encoded><![CDATA[<p>Hi Nik.</p>
<p>I have found a bug?  I have set the max upload file size to 600MB.  When I upload 3 files on FF with their sizes adding up to just over 600MB the upload fails on the last file with the % progress saying &#8220;uploading file&#8230;NaN%&#8221;.  Subsequent file uploads fail &#8211; even if the page is refreshed.  Closing FF is the only way to get files uploading again.  I suspect it isn&#8217;t clearing the size uploading between files &#8211; but I don&#8217;t programme flex, thus cannot fix.(Sorry)</p>
<p>My client is willing to pay for your time to fix &#8211; just let me know the estimated cost.</p>
<p>Thanks for the excellent component.</p>
<p>Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Takagi tankless water heater</title>
		<link>http://www.zehnet.de/2009/02/23/flex-fileupload-component/comment-page-1/#comment-201</link>
		<dc:creator>Takagi tankless water heater</dc:creator>
		<pubDate>Thu, 25 Feb 2010 10:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.zehnet.de/2009/03/18/flex-fileupload-component/#comment-201</guid>
		<description>How to update my database with all files?</description>
		<content:encoded><![CDATA[<p>How to update my database with all files?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
