<?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: How to Create an Ajax Style File Uploader</title>
	<atom:link href="http://www.vagrantradio.com/2009/09/how-to-create-an-ajax-file-uploader.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.vagrantradio.com/2009/09/how-to-create-an-ajax-file-uploader.html#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
	<description>VagrantRadio provides free of charge tutorials and resources for the graphic design, photography, website design and development community.</description>
	<lastBuildDate>Mon, 04 Jul 2011 17:30:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Dern</title>
		<link>http://www.vagrantradio.com/2009/09/how-to-create-an-ajax-file-uploader.html/comment-page-1#comment-624</link>
		<dc:creator>Dern</dc:creator>
		<pubDate>Tue, 05 Apr 2011 17:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.vagrantradio.com/dev/?p=454#comment-624</guid>
		<description>Thanks for sharing </description>
		<content:encoded><![CDATA[<p>Thanks for sharing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VagrantRadio</title>
		<link>http://www.vagrantradio.com/2009/09/how-to-create-an-ajax-file-uploader.html/comment-page-1#comment-621</link>
		<dc:creator>VagrantRadio</dc:creator>
		<pubDate>Sat, 02 Apr 2011 13:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.vagrantradio.com/dev/?p=454#comment-621</guid>
		<description>Sylvia, either the permissions aren&#039;t set, the folder doesn&#039;t have the correct path or it doesn&#039;t exist. Check your settings and try it again.</description>
		<content:encoded><![CDATA[<p>Sylvia, either the permissions aren&#8217;t set, the folder doesn&#8217;t have the correct path or it doesn&#8217;t exist. Check your settings and try it again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sylvia</title>
		<link>http://www.vagrantradio.com/2009/09/how-to-create-an-ajax-file-uploader.html/comment-page-1#comment-620</link>
		<dc:creator>Sylvia</dc:creator>
		<pubDate>Fri, 01 Apr 2011 00:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.vagrantradio.com/dev/?p=454#comment-620</guid>
		<description>The script seems to work fine. Aside from it will not let me upload the the upload folder. I keep getting &quot;You cannot upload to the /uploads/ folder. The permissions must be changed.&quot;. Even though I have changed permissions to 777. Help?</description>
		<content:encoded><![CDATA[<p>The script seems to work fine. Aside from it will not let me upload the the upload folder. I keep getting &#8220;You cannot upload to the /uploads/ folder. The permissions must be changed.&#8221;. Even though I have changed permissions to 777. Help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: idrish</title>
		<link>http://www.vagrantradio.com/2009/09/how-to-create-an-ajax-file-uploader.html/comment-page-1#comment-281</link>
		<dc:creator>idrish</dc:creator>
		<pubDate>Fri, 12 Feb 2010 04:54:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.vagrantradio.com/dev/?p=454#comment-281</guid>
		<description>Thanks a lot Jason. It helped... :)</description>
		<content:encoded><![CDATA[<p>Thanks a lot Jason. It helped&#8230; :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Pant</title>
		<link>http://www.vagrantradio.com/2009/09/how-to-create-an-ajax-file-uploader.html/comment-page-1#comment-280</link>
		<dc:creator>Jason Pant</dc:creator>
		<pubDate>Thu, 11 Feb 2010 14:41:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.vagrantradio.com/dev/?p=454#comment-280</guid>
		<description>idrish,

If you check the link in this comment you will see a script I used with this to upload the file and pass the form info in an email. Give it a look and it should accomplish what you need it to. You need to pass the form info to something, simply setting the data for it won&#039;t work.

&lt;a href=&quot;http://snipplr.com/view/39759/file-upload/&quot; rel=&quot;nofollow&quot;&gt;Snipplr script&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>idrish,</p>
<p>If you check the link in this comment you will see a script I used with this to upload the file and pass the form info in an email. Give it a look and it should accomplish what you need it to. You need to pass the form info to something, simply setting the data for it won&#8217;t work.</p>
<p><a href="http://snipplr.com/view/39759/file-upload/" rel="nofollow">Snipplr script</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: idrish</title>
		<link>http://www.vagrantradio.com/2009/09/how-to-create-an-ajax-file-uploader.html/comment-page-1#comment-276</link>
		<dc:creator>idrish</dc:creator>
		<pubDate>Wed, 10 Feb 2010 10:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.vagrantradio.com/dev/?p=454#comment-276</guid>
		<description>hi, 
a great tutorial. However i was looking to include the upload inside a form with other fields as well. I can upload the file however i cannot pass other field elements. 
I have 
upload.setData ({&#039;field1&#039; : name, &#039;field2&#039; : age});
inside my onSubmit handler.
Do you know what could be wrong...Thanks a lot</description>
		<content:encoded><![CDATA[<p>hi,<br />
a great tutorial. However i was looking to include the upload inside a form with other fields as well. I can upload the file however i cannot pass other field elements.<br />
I have<br />
upload.setData ({&#8216;field1&#8242; : name, &#8216;field2&#8242; : age});<br />
inside my onSubmit handler.<br />
Do you know what could be wrong&#8230;Thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Pant</title>
		<link>http://www.vagrantradio.com/2009/09/how-to-create-an-ajax-file-uploader.html/comment-page-1#comment-258</link>
		<dc:creator>Jason Pant</dc:creator>
		<pubDate>Wed, 20 Jan 2010 14:26:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.vagrantradio.com/dev/?p=454#comment-258</guid>
		<description>Diana, 

it seems that you need to change new Ajax_upload to AjaxUpload for it to work with the new version. Everything else works fine once that change is made.</description>
		<content:encoded><![CDATA[<p>Diana, </p>
<p>it seems that you need to change new Ajax_upload to AjaxUpload for it to work with the new version. Everything else works fine once that change is made.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Pant</title>
		<link>http://www.vagrantradio.com/2009/09/how-to-create-an-ajax-file-uploader.html/comment-page-1#comment-257</link>
		<dc:creator>Jason Pant</dc:creator>
		<pubDate>Wed, 20 Jan 2010 14:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.vagrantradio.com/dev/?p=454#comment-257</guid>
		<description>Diana,

It appears that since 3.5 and the newest version, 3.9 something has changed because I can&#039;t get it to work either. I will have to take a look and see what needs to be fixed at a later time.

As far as your trouble with the success messages, do you have an example I could possibly look at to try and help you? Feel free to send me a message through the contact form.</description>
		<content:encoded><![CDATA[<p>Diana,</p>
<p>It appears that since 3.5 and the newest version, 3.9 something has changed because I can&#8217;t get it to work either. I will have to take a look and see what needs to be fixed at a later time.</p>
<p>As far as your trouble with the success messages, do you have an example I could possibly look at to try and help you? Feel free to send me a message through the contact form.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

