<?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: Flash 8 File Upload Download</title>
	<atom:link href="http://blog.oinam.com/2005/flash-8-file-upload-download/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.oinam.com/2005/flash-8-file-upload-download/</link>
	<description>All about Oinam</description>
	<lastBuildDate>Tue, 14 Jul 2009 11:14:49 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ROBERT</title>
		<link>http://blog.oinam.com/2005/flash-8-file-upload-download/comment-page-3/#comment-20585</link>
		<dc:creator>ROBERT</dc:creator>
		<pubDate>Mon, 13 Oct 2008 07:02:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.oinam.com/__blog/?p=5#comment-20585</guid>
		<description>Hehe... Time heals all wounds. I found the answer. 

I&#039;d configured error handling in Global.asax, and it normally redirects to an error page, but in this case, obviously, the only &quot;one&quot; who would see this error page would be the flash app, and it was satisfied with the execution of this page, so hence, no error, no (visible) redirect, just no file.

Fixed.</description>
		<content:encoded><![CDATA[<p>Hehe&#8230; Time heals all wounds. I found the answer. </p>
<p>I&#8217;d configured error handling in Global.asax, and it normally redirects to an error page, but in this case, obviously, the only &#8220;one&#8221; who would see this error page would be the flash app, and it was satisfied with the execution of this page, so hence, no error, no (visible) redirect, just no file.</p>
<p>Fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ROBERT</title>
		<link>http://blog.oinam.com/2005/flash-8-file-upload-download/comment-page-3/#comment-20452</link>
		<dc:creator>ROBERT</dc:creator>
		<pubDate>Fri, 10 Oct 2008 14:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.oinam.com/__blog/?p=5#comment-20452</guid>
		<description>Please, I have the same problem with 1MB limit, even though the web.config (ASP.NET) is set to much higher (and besides, the default is 4MB).

I&#039;ve managed to determine that if the file is bigger than 1MB the upload script isn&#039;t even run at all. It is only run if the file is below 1MB.

Anybody have an answer for this?</description>
		<content:encoded><![CDATA[<p>Please, I have the same problem with 1MB limit, even though the web.config (ASP.NET) is set to much higher (and besides, the default is 4MB).</p>
<p>I&#8217;ve managed to determine that if the file is bigger than 1MB the upload script isn&#8217;t even run at all. It is only run if the file is below 1MB.</p>
<p>Anybody have an answer for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafael Souza</title>
		<link>http://blog.oinam.com/2005/flash-8-file-upload-download/comment-page-3/#comment-15672</link>
		<dc:creator>Rafael Souza</dc:creator>
		<pubDate>Fri, 20 Jun 2008 19:14:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.oinam.com/__blog/?p=5#comment-15672</guid>
		<description>To solve session issue in PHP I dont call session_start() in script that process upload request, so to you keep your script safe, make another security check, with a hash for instance</description>
		<content:encoded><![CDATA[<p>To solve session issue in <span class="caps">PHP</span> I dont call session_start() in script that process upload request, so to you keep your script safe, make another security check, with a hash for instance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cvetik</title>
		<link>http://blog.oinam.com/2005/flash-8-file-upload-download/comment-page-3/#comment-7941</link>
		<dc:creator>Cvetik</dc:creator>
		<pubDate>Sun, 07 Oct 2007 15:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.oinam.com/__blog/?p=5#comment-7941</guid>
		<description>The URL in FileReference.upload(url.php) does not recognize $_SESSION variables (always undefined even when the session is set) â€“ anyone else experience this or have a solution?</description>
		<content:encoded><![CDATA[<p>The <span class="caps">URL </span>in FileReference.upload(url.php) does not recognize $_SESSION variables (always undefined even when the session is set) &acirc;€“ anyone else experience this or have a solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: romeo</title>
		<link>http://blog.oinam.com/2005/flash-8-file-upload-download/comment-page-3/#comment-4447</link>
		<dc:creator>romeo</dc:creator>
		<pubDate>Tue, 24 Jul 2007 09:19:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.oinam.com/__blog/?p=5#comment-4447</guid>
		<description>Thanks Alex for your c# code, it helps me a lot with Flex.</description>
		<content:encoded><![CDATA[<p>Thanks Alex for your c# code, it helps me a lot with Flex.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://blog.oinam.com/2005/flash-8-file-upload-download/comment-page-3/#comment-2816</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 23 May 2007 19:46:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.oinam.com/__blog/?p=5#comment-2816</guid>
		<description>Jason:  check out my post above and the article I link to (post 117).  In firefox the flash file upload gets a separate session from all the other requests, which is what was causing my troubles.

Not sure if you&#039;re having the same problems, but if you are check out that article because I have a solution in there.

Hope that helps.</description>
		<content:encoded><![CDATA[<p>Jason:&#8195;check out my post above and the article I link to (post 117).&#8195;In firefox the flash file upload gets a separate session from all the other requests, which is what was causing my troubles.</p>
<p>Not sure if you&#8217;re having the same problems, but if you are check out that article because I have a solution in there.</p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://blog.oinam.com/2005/flash-8-file-upload-download/comment-page-3/#comment-2813</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 23 May 2007 18:41:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.oinam.com/__blog/?p=5#comment-2813</guid>
		<description>My implementation of this is working flawlessly in IE but it&#039;s not working in Firefox...  I have done what the prior poster suggested which is &quot;substitute the javascript for HTML using param=flashvars&quot;.  I am embedding with embed and param tags, no JS.

In firefox when i try to upload the progress bar goes all the way up as if it&#039;s transferring but the files never appear on the server.  When i try to download I get a flash dialog window &quot;An IOError occured.&quot;  

Does anyone know what the problem might be?</description>
		<content:encoded><![CDATA[<p>My implementation of this is working flawlessly in IE but it&#8217;s not working in Firefox&#8230;&#8195;I have done what the prior poster suggested which is &#8220;substitute the javascript for <span class="caps">HTML </span>using param=flashvars&#8221;.&#8195;I am embedding with embed and param tags, no <span class="caps">JS.</span></p>
<p>In firefox when i try to upload the progress bar goes all the way up as if it&#8217;s transferring but the files never appear on the server.&#8195;When i try to download I get a flash dialog window &#8220;An <span class="caps">IOE</span>rror occured.&#8221;&#8195;</p>
<p>Does anyone know what the problem might be?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kalai</title>
		<link>http://blog.oinam.com/2005/flash-8-file-upload-download/comment-page-3/#comment-2546</link>
		<dc:creator>kalai</dc:creator>
		<pubDate>Wed, 09 May 2007 04:52:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.oinam.com/__blog/?p=5#comment-2546</guid>
		<description>Hi,

Well, I was able to ix the ftp issue, what I&#039;ve to do, is call the chmod command for the files being uploaded.	chmod ($uploadFile, 0777);
That&#039;s it...

but now i face one more issue. I just want to list the files (SORTED - either date or name) in the rich file upload - destination folder (tree view component). Is there any way to achieve this?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Well, I was able to ix the ftp issue, what I&#8217;ve to do, is call the chmod command for the files being uploaded.	chmod ($uploadFile, 0777);<br />
That&#8217;s it&#8230;</p>
<p>but now i face one more issue. I just want to list the files (SORTED &#8211; either date or name) in the rich file upload &#8211; destination folder (tree view component). Is there any way to achieve this?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://blog.oinam.com/2005/flash-8-file-upload-download/comment-page-3/#comment-2535</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 08 May 2007 13:30:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.oinam.com/__blog/?p=5#comment-2535</guid>
		<description>I ran into the same problem with the sessions not being passed and came up with a solution that I&#039;ve posted.

My solution is in Rails, but should be similar with other web frameworks, you can find it here:
http://blog.overlay.tv/articles/2007/05/07/flex-2-file-upload/</description>
		<content:encoded><![CDATA[<p>I ran into the same problem with the sessions not being passed and came up with a solution that I&#8217;ve posted.</p>
<p>My solution is in Rails, but should be similar with other web frameworks, you can find it here:<br />
<a href="http://blog.overlay.tv/articles/2007/05/07/flex-2-file-upload/" rel="nofollow">http://blog.overlay.tv/articles/2007/05/07/flex-2-file-upload/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kalai</title>
		<link>http://blog.oinam.com/2005/flash-8-file-upload-download/comment-page-3/#comment-1913</link>
		<dc:creator>kalai</dc:creator>
		<pubDate>Fri, 13 Apr 2007 06:24:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.oinam.com/__blog/?p=5#comment-1913</guid>
		<description>Yep, I agree, now am fiddling with ways to change the file permission in php, i.e after uploading the file to the specifica folder with 777 permission, am trying to change the permissions of the files to 777..
Still no luck.. let me see..

Anyway thanks for the responding</description>
		<content:encoded><![CDATA[<p>Yep, I agree, now am fiddling with ways to change the file permission in php, i.e after uploading the file to the specifica folder with 777 permission, am trying to change the permissions of the files to 777..<br />
Still no luck.. let me see..</p>
<p>Anyway thanks for the responding</p>
]]></content:encoded>
	</item>
</channel>
</rss>
