<?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: File Uploads in a Hidden iframe using jQuery</title>
	<atom:link href="http://www.joshclarkson.net/blog/file-uploads-in-a-hidden-iframe-using-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joshclarkson.net/blog/file-uploads-in-a-hidden-iframe-using-jquery/</link>
	<description>inventive computer programming, hacking, and gadgetry</description>
	<lastBuildDate>Tue, 29 Jun 2010 19:16:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Asif Nawaz</title>
		<link>http://www.joshclarkson.net/blog/file-uploads-in-a-hidden-iframe-using-jquery/comment-page-1/#comment-7863</link>
		<dc:creator>Asif Nawaz</dc:creator>
		<pubDate>Tue, 29 Jun 2010 19:16:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshclarkson.net/blog/?p=90#comment-7863</guid>
		<description>Hi Josh, thanks for responding. I&#039;ve sent you an email with the code and the jsbin.com link.</description>
		<content:encoded><![CDATA[<p>Hi Josh, thanks for responding. I&#8217;ve sent you an email with the code and the jsbin.com link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.joshclarkson.net/blog/file-uploads-in-a-hidden-iframe-using-jquery/comment-page-1/#comment-7862</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Tue, 29 Jun 2010 15:21:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshclarkson.net/blog/?p=90#comment-7862</guid>
		<description>@Asif I&#039;d need to see your code to help out I think.  Could you post your source to jsbin.com or something?</description>
		<content:encoded><![CDATA[<p>@Asif I&#8217;d need to see your code to help out I think.  Could you post your source to jsbin.com or something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asif Nawaz</title>
		<link>http://www.joshclarkson.net/blog/file-uploads-in-a-hidden-iframe-using-jquery/comment-page-1/#comment-7861</link>
		<dc:creator>Asif Nawaz</dc:creator>
		<pubDate>Tue, 29 Jun 2010 14:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshclarkson.net/blog/?p=90#comment-7861</guid>
		<description>Thanks, Josh. This is great stuff. I&#039;m trying to get the script to accomplish something different, but am not hvaing much luck. I don&#039;t really want to load the results of upload.php in the iframe. I want to load them into another div on the page. How would I go by hiding the iframe and displaying the results of upload.phghp in a div, say, called upload_message. I&#039;ve been able to hide the div using .hide() but then the results don&#039;t show up right in the div.

Thanks.</description>
		<content:encoded><![CDATA[<p>Thanks, Josh. This is great stuff. I&#8217;m trying to get the script to accomplish something different, but am not hvaing much luck. I don&#8217;t really want to load the results of upload.php in the iframe. I want to load them into another div on the page. How would I go by hiding the iframe and displaying the results of upload.phghp in a div, say, called upload_message. I&#8217;ve been able to hide the div using .hide() but then the results don&#8217;t show up right in the div.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Proud Pixel</title>
		<link>http://www.joshclarkson.net/blog/file-uploads-in-a-hidden-iframe-using-jquery/comment-page-1/#comment-7860</link>
		<dc:creator>Proud Pixel</dc:creator>
		<pubDate>Mon, 21 Jun 2010 04:52:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshclarkson.net/blog/?p=90#comment-7860</guid>
		<description>@andy

target is depreciated in Strict only, you can use target in Transitional.</description>
		<content:encoded><![CDATA[<p>@andy</p>
<p>target is depreciated in Strict only, you can use target in Transitional.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karim</title>
		<link>http://www.joshclarkson.net/blog/file-uploads-in-a-hidden-iframe-using-jquery/comment-page-1/#comment-7855</link>
		<dc:creator>karim</dc:creator>
		<pubDate>Fri, 04 Jun 2010 06:52:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshclarkson.net/blog/?p=90#comment-7855</guid>
		<description>Great job very understandable keep up. thanks</description>
		<content:encoded><![CDATA[<p>Great job very understandable keep up. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andy</title>
		<link>http://www.joshclarkson.net/blog/file-uploads-in-a-hidden-iframe-using-jquery/comment-page-1/#comment-7850</link>
		<dc:creator>andy</dc:creator>
		<pubDate>Sat, 24 Apr 2010 23:43:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshclarkson.net/blog/?p=90#comment-7850</guid>
		<description>Hmm. 
Isn&#039;t The target attribute of&lt;form is deprecated? 
It is not supported in HTML 4.01 Strict/XHTML 1.0 Strict DTD.

Is there a way to do this without using target attribute?</description>
		<content:encoded><![CDATA[<p>Hmm.<br />
Isn&#8217;t The target attribute of&lt;form is deprecated?<br />
It is not supported in HTML 4.01 Strict/XHTML 1.0 Strict DTD.</p>
<p>Is there a way to do this without using target attribute?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manjur</title>
		<link>http://www.joshclarkson.net/blog/file-uploads-in-a-hidden-iframe-using-jquery/comment-page-1/#comment-7271</link>
		<dc:creator>Manjur</dc:creator>
		<pubDate>Thu, 07 Jan 2010 12:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshclarkson.net/blog/?p=90#comment-7271</guid>
		<description>Thanks Josh for such simple and wonderful article. Its working.</description>
		<content:encoded><![CDATA[<p>Thanks Josh for such simple and wonderful article. Its working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.joshclarkson.net/blog/file-uploads-in-a-hidden-iframe-using-jquery/comment-page-1/#comment-5124</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Sun, 16 Aug 2009 03:53:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshclarkson.net/blog/?p=90#comment-5124</guid>
		<description>Sure you can follow me on Twitter @jjclarkson, and/or my &lt;a href=&quot;http://www.linkedin.com/in/jjclarkson&quot; rel=&quot;nofollow&quot;&gt;LinkedIn profile&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Sure you can follow me on Twitter @jjclarkson, and/or my <a href="http://www.linkedin.com/in/jjclarkson" rel="nofollow">LinkedIn profile</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Biren Saini</title>
		<link>http://www.joshclarkson.net/blog/file-uploads-in-a-hidden-iframe-using-jquery/comment-page-1/#comment-5114</link>
		<dc:creator>Biren Saini</dc:creator>
		<pubDate>Sat, 15 Aug 2009 18:05:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshclarkson.net/blog/?p=90#comment-5114</guid>
		<description>Cool stuff Josh. I&#039;d like to connect with you on linked in or Twitter. Do you mind sharing your linkedin/twitter name. I am starting to work on my startup around online marketing tools and planning to use jQuery for that. I may have a few questions here and there for you, if you dont mind. :)</description>
		<content:encoded><![CDATA[<p>Cool stuff Josh. I&#8217;d like to connect with you on linked in or Twitter. Do you mind sharing your linkedin/twitter name. I am starting to work on my startup around online marketing tools and planning to use jQuery for that. I may have a few questions here and there for you, if you dont mind. :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
