<?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: File Upload Source Now Available</title>
	<link>http://blog.joshbuhler.com/2005/09/14/file-upload-source-now-available/</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Wed, 20 Aug 2008 13:19:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Alex</title>
		<link>http://blog.joshbuhler.com/2005/09/14/file-upload-source-now-available/#comment-1085</link>
		<author>Alex</author>
		<pubDate>Wed, 09 Jul 2008 20:55:16 +0000</pubDate>
		<guid>http://blog.joshbuhler.com/2005/09/14/file-upload-source-now-available/#comment-1085</guid>
		<description>Hiya,

I just wanted to say Thank You for this post, it really helped me getting to grips with uploading external files through Flash!

Cheers,
ALEX</description>
		<content:encoded><![CDATA[<p>Hiya,</p>
<p>I just wanted to say Thank You for this post, it really helped me getting to grips with uploading external files through Flash!</p>
<p>Cheers,<br />
ALEX</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://blog.joshbuhler.com/2005/09/14/file-upload-source-now-available/#comment-1030</link>
		<author>John</author>
		<pubDate>Mon, 02 Jun 2008 08:07:12 +0000</pubDate>
		<guid>http://blog.joshbuhler.com/2005/09/14/file-upload-source-now-available/#comment-1030</guid>
		<description>Thanks Josh,  it's 2008 and this still one of the main blogs on the issue.

I'll show you what I end up doing with it for a client... you'll get a good laugh.</description>
		<content:encoded><![CDATA[<p>Thanks Josh,  it&#8217;s 2008 and this still one of the main blogs on the issue.</p>
<p>I&#8217;ll show you what I end up doing with it for a client&#8230; you&#8217;ll get a good laugh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: varun</title>
		<link>http://blog.joshbuhler.com/2005/09/14/file-upload-source-now-available/#comment-1029</link>
		<author>varun</author>
		<pubDate>Sat, 31 May 2008 10:31:15 +0000</pubDate>
		<guid>http://blog.joshbuhler.com/2005/09/14/file-upload-source-now-available/#comment-1029</guid>
		<description>very nice example dude..</description>
		<content:encoded><![CDATA[<p>very nice example dude..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thijs Triemstra</title>
		<link>http://blog.joshbuhler.com/2005/09/14/file-upload-source-now-available/#comment-845</link>
		<author>Thijs Triemstra</author>
		<pubDate>Fri, 01 Feb 2008 00:42:42 +0000</pubDate>
		<guid>http://blog.joshbuhler.com/2005/09/14/file-upload-source-now-available/#comment-845</guid>
		<description>@kevin: that's a problem with the 'macType' parameter that looks like this and doesn't make much sense..? Line 33, main.as defines:

var fileTypes:Array = [{description: "Image files", extension: "*.jpg;*.gif;*.png", macType: "JPEG;jp2_;GIFf;PNGf"}];

If you remove the macType property it works fine:

var fileTypes:Array = [{description: "Image files", extension: "*.jpg;*.gif;*.png"];</description>
		<content:encoded><![CDATA[<p>@kevin: that&#8217;s a problem with the &#8216;macType&#8217; parameter that looks like this and doesn&#8217;t make much sense..? Line 33, main.as defines:</p>
<p>var fileTypes:Array = [{description: &#8220;Image files&#8221;, extension: &#8220;*.jpg;*.gif;*.png&#8221;, macType: &#8220;JPEG;jp2_;GIFf;PNGf&#8221;}];</p>
<p>If you remove the macType property it works fine:</p>
<p>var fileTypes:Array = [{description: &#8220;Image files&#8221;, extension: &#8220;*.jpg;*.gif;*.png&#8221;];</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kathy</title>
		<link>http://blog.joshbuhler.com/2005/09/14/file-upload-source-now-available/#comment-836</link>
		<author>kathy</author>
		<pubDate>Tue, 15 Jan 2008 22:48:51 +0000</pubDate>
		<guid>http://blog.joshbuhler.com/2005/09/14/file-upload-source-now-available/#comment-836</guid>
		<description>This works great thanks!

I need to add the ability to drag the photo into position, so you can see it thru a mask...tried adding a startDrag to the 
"image" in the Main.as file. Didn't work</description>
		<content:encoded><![CDATA[<p>This works great thanks!</p>
<p>I need to add the ability to drag the photo into position, so you can see it thru a mask&#8230;tried adding a startDrag to the<br />
&#8220;image&#8221; in the Main.as file. Didn&#8217;t work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://blog.joshbuhler.com/2005/09/14/file-upload-source-now-available/#comment-810</link>
		<author>Kevin</author>
		<pubDate>Thu, 13 Dec 2007 18:34:14 +0000</pubDate>
		<guid>http://blog.joshbuhler.com/2005/09/14/file-upload-source-now-available/#comment-810</guid>
		<description>Sorry... meant to say the other upload is NOT near as robust. ;-)</description>
		<content:encoded><![CDATA[<p>Sorry&#8230; meant to say the other upload is NOT near as robust. <img src='http://blog.joshbuhler.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://blog.joshbuhler.com/2005/09/14/file-upload-source-now-available/#comment-809</link>
		<author>Kevin</author>
		<pubDate>Thu, 13 Dec 2007 18:31:51 +0000</pubDate>
		<guid>http://blog.joshbuhler.com/2005/09/14/file-upload-source-now-available/#comment-809</guid>
		<description>Yes, I have upgraded to 10.5.1 and Flash Player 9.0.115.

I've been trying to see if I can find the issue with the code and I've been unable to find the problem. Your code seems perfectly sound. I have another uploader that it's near as robust, but it works fine. His function names are different, but his scheme is pretty much the same as yours. The one difference I can point to is in the browse dialog box when it's showing the files. In his, there is no popup menu saying 'All Readable Files', whereas yours does have that popup menu. What's also odd about that popup menu is when you select it, below the 'All Readable Files', it just says document four (4) times. Obviously selecting those don't help, but the 'All Readable Files' doesn't work either.

I'm truly stumped.

I can send a screenshot if you like.</description>
		<content:encoded><![CDATA[<p>Yes, I have upgraded to 10.5.1 and Flash Player 9.0.115.</p>
<p>I&#8217;ve been trying to see if I can find the issue with the code and I&#8217;ve been unable to find the problem. Your code seems perfectly sound. I have another uploader that it&#8217;s near as robust, but it works fine. His function names are different, but his scheme is pretty much the same as yours. The one difference I can point to is in the browse dialog box when it&#8217;s showing the files. In his, there is no popup menu saying &#8216;All Readable Files&#8217;, whereas yours does have that popup menu. What&#8217;s also odd about that popup menu is when you select it, below the &#8216;All Readable Files&#8217;, it just says document four (4) times. Obviously selecting those don&#8217;t help, but the &#8216;All Readable Files&#8217; doesn&#8217;t work either.</p>
<p>I&#8217;m truly stumped.</p>
<p>I can send a screenshot if you like.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://blog.joshbuhler.com/2005/09/14/file-upload-source-now-available/#comment-807</link>
		<author>Josh</author>
		<pubDate>Wed, 12 Dec 2007 19:42:18 +0000</pubDate>
		<guid>http://blog.joshbuhler.com/2005/09/14/file-upload-source-now-available/#comment-807</guid>
		<description>Are you using Leopard? (OS X 10.5)  The first version of 10.5 had a few bugs with uploading files in Flash that have since been fixed with updates to both OS X 10.5.1 and Flash Player 9.0.115.</description>
		<content:encoded><![CDATA[<p>Are you using Leopard? (OS X 10.5)  The first version of 10.5 had a few bugs with uploading files in Flash that have since been fixed with updates to both OS X 10.5.1 and Flash Player 9.0.115.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://blog.joshbuhler.com/2005/09/14/file-upload-source-now-available/#comment-805</link>
		<author>Kevin</author>
		<pubDate>Wed, 12 Dec 2007 18:45:10 +0000</pubDate>
		<guid>http://blog.joshbuhler.com/2005/09/14/file-upload-source-now-available/#comment-805</guid>
		<description>Thanks for this source code. Very well documented and very clean.

I am having one issue with it and it appears to be Mac oriented only. When I click 'browse', all the files are grey in my browse window on the Mac. I've tested this on Windows XP and it works fine. So I'm fairly certain this is a Mac issue only. Unfortunately, we're an all Mac office and I need to be able to use this here.

 I've tried eliminating the macfile information from the file type array, even tried making the file extentions be *.*, but I can't seem to select a file to upload. I even went so far as to take out the filetype from the () for the file browse, but no luck.

Any ideas on how to get around this?</description>
		<content:encoded><![CDATA[<p>Thanks for this source code. Very well documented and very clean.</p>
<p>I am having one issue with it and it appears to be Mac oriented only. When I click &#8216;browse&#8217;, all the files are grey in my browse window on the Mac. I&#8217;ve tested this on Windows XP and it works fine. So I&#8217;m fairly certain this is a Mac issue only. Unfortunately, we&#8217;re an all Mac office and I need to be able to use this here.</p>
<p> I&#8217;ve tried eliminating the macfile information from the file type array, even tried making the file extentions be *.*, but I can&#8217;t seem to select a file to upload. I even went so far as to take out the filetype from the () for the file browse, but no luck.</p>
<p>Any ideas on how to get around this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samc</title>
		<link>http://blog.joshbuhler.com/2005/09/14/file-upload-source-now-available/#comment-713</link>
		<author>Samc</author>
		<pubDate>Fri, 19 Oct 2007 13:43:26 +0000</pubDate>
		<guid>http://blog.joshbuhler.com/2005/09/14/file-upload-source-now-available/#comment-713</guid>
		<description>Hi,

I've download your source code and uploaded it to my server. Adding the images folder, within the same folder as all your source files (that is the right thing to do isn't it), and when i upload it and try it out, i hit the browse button, it lets me browse my files, but when i select my image to upload, and upload it, it doesn't upload it, and therefore does not display in the window.

Do you have any idea what i could have done wrong, i haven't edited any of your code....?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ve download your source code and uploaded it to my server. Adding the images folder, within the same folder as all your source files (that is the right thing to do isn&#8217;t it), and when i upload it and try it out, i hit the browse button, it lets me browse my files, but when i select my image to upload, and upload it, it doesn&#8217;t upload it, and therefore does not display in the window.</p>
<p>Do you have any idea what i could have done wrong, i haven&#8217;t edited any of your code&#8230;.?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
