<?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: 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 the happenings with Oinam &#38; the team</description>
	<pubDate>Thu, 21 Aug 2008 07:38:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Rafael Souza</title>
		<link>http://blog.oinam.com/2005/flash-8-file-upload-download/#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-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-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-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'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-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's not working in Firefox...  I have done what the prior poster suggested which is "substitute the javascript for HTML using param=flashvars".  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's transferring but the files never appear on the server.  When i try to download I get a flash dialog window "An IOError occured."  

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-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've to do, is call the chmod command for the files being uploaded.	chmod ($uploadFile, 0777);
That'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 - either date or name) in the rich file upload - 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-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'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-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>
	<item>
		<title>By: Brajeshwar</title>
		<link>http://blog.oinam.com/2005/flash-8-file-upload-download/#comment-1880</link>
		<dc:creator>Brajeshwar</dc:creator>
		<pubDate>Thu, 12 Apr 2007 12:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.oinam.com/__blog/?p=5#comment-1880</guid>
		<description>@Kalai - I think you have said the answer yourself. It is an FTP issue and flash or this file upload/download module have nothing to do with it.</description>
		<content:encoded><![CDATA[<p>@Kalai - I think you have said the answer yourself. It is an <span class="caps">FTP </span>issue and flash or this file upload/download module have nothing to do with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kalai</title>
		<link>http://blog.oinam.com/2005/flash-8-file-upload-download/#comment-1875</link>
		<dc:creator>kalai</dc:creator>
		<pubDate>Thu, 12 Apr 2007 08:38:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.oinam.com/__blog/?p=5#comment-1875</guid>
		<description>Hi,

 I've an issue. I've a flash uploader to upload multiple files(pdf, doc) to a folder in the server.The upload is working fine. I want to download the files to my desktop using the core ftp. But, I see the permission of the folder as 600 and I cannot download them to my pc either. So what's wrong and how to fix it??</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p> I&#8217;ve an issue. I&#8217;ve a flash uploader to upload multiple files(pdf, doc) to a folder in the server.The upload is working fine. I want to download the files to my desktop using the core <a href="http://ftp" rel="nofollow">http://ftp</a>. But, I see the permission of the folder as 600 and I cannot download them to my pc either. So what&#8217;s wrong and how to fix it??</p>
]]></content:encoded>
	</item>
</channel>
</rss>
