<?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: Ajax Style File Uploading using Hidden iFrame</title> <atom:link href="http://viralpatel.net/blogs/2008/11/ajax-style-file-uploading-using-hidden-iframe.html/feed" rel="self" type="application/rss+xml" /><link>http://viralpatel.net/blogs/2008/11/ajax-style-file-uploading-using-hidden-iframe.html</link> <description>Tutorials, Java, J2EE, Struts, AJAX, JavaScript, CSS, Web 2.0, MySQL, Articles</description> <lastBuildDate>Wed, 16 May 2012 17:16:20 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>By: Jason Russo</title><link>http://viralpatel.net/blogs/2008/11/ajax-style-file-uploading-using-hidden-iframe.html/comment-page-1#comment-26808</link> <dc:creator>Jason Russo</dc:creator> <pubDate>Wed, 09 May 2012 21:40:47 +0000</pubDate> <guid isPermaLink="false">http://localhost/wordpress/?p=122#comment-26808</guid> <description>Thanks. Nice script. Worked perfectly on my first try.. Also, thanks foo bar for the jQuery snippet.. cheers!</description> <content:encoded><![CDATA[<p>Thanks. Nice script. Worked perfectly on my first try.. Also, thanks foo bar for the jQuery snippet.. cheers!</p> ]]></content:encoded> </item> <item><title>By: Viral Patel</title><link>http://viralpatel.net/blogs/2008/11/ajax-style-file-uploading-using-hidden-iframe.html/comment-page-1#comment-24669</link> <dc:creator>Viral Patel</dc:creator> <pubDate>Mon, 16 Jan 2012 12:15:35 +0000</pubDate> <guid isPermaLink="false">http://localhost/wordpress/?p=122#comment-24669</guid> <description>Thanks Deepak :)</description> <content:encoded><![CDATA[<p>Thanks Deepak <img src='http://viralpatel.net/blogs/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Deepak</title><link>http://viralpatel.net/blogs/2008/11/ajax-style-file-uploading-using-hidden-iframe.html/comment-page-1#comment-24668</link> <dc:creator>Deepak</dc:creator> <pubDate>Mon, 16 Jan 2012 12:13:47 +0000</pubDate> <guid isPermaLink="false">http://localhost/wordpress/?p=122#comment-24668</guid> <description>Thanks....</description> <content:encoded><![CDATA[<p>Thanks&#8230;.</p> ]]></content:encoded> </item> <item><title>By: yui</title><link>http://viralpatel.net/blogs/2008/11/ajax-style-file-uploading-using-hidden-iframe.html/comment-page-1#comment-24335</link> <dc:creator>yui</dc:creator> <pubDate>Fri, 13 Jan 2012 23:05:51 +0000</pubDate> <guid isPermaLink="false">http://localhost/wordpress/?p=122#comment-24335</guid> <description>just i want to know if  can change the content-type for the uploaded file and if i can set or change request headers thanks.</description> <content:encoded><![CDATA[<p>just i want to know if  can change the content-type for the uploaded file and if i can set or change request headers thanks.</p> ]]></content:encoded> </item> <item><title>By: nikhil</title><link>http://viralpatel.net/blogs/2008/11/ajax-style-file-uploading-using-hidden-iframe.html/comment-page-1#comment-23707</link> <dc:creator>nikhil</dc:creator> <pubDate>Tue, 10 Jan 2012 12:27:48 +0000</pubDate> <guid isPermaLink="false">http://localhost/wordpress/?p=122#comment-23707</guid> <description>thanks for the nice solution</description> <content:encoded><![CDATA[<p>thanks for the nice solution</p> ]]></content:encoded> </item> <item><title>By: J-Tech Solutions</title><link>http://viralpatel.net/blogs/2008/11/ajax-style-file-uploading-using-hidden-iframe.html/comment-page-1#comment-22893</link> <dc:creator>J-Tech Solutions</dc:creator> <pubDate>Sat, 07 Jan 2012 19:44:29 +0000</pubDate> <guid isPermaLink="false">http://localhost/wordpress/?p=122#comment-22893</guid> <description>Thanks for sharing... It totally worked... Thanks..</description> <content:encoded><![CDATA[<p>Thanks for sharing&#8230; It totally worked&#8230; Thanks..</p> ]]></content:encoded> </item> <item><title>By: Archan Ghosal</title><link>http://viralpatel.net/blogs/2008/11/ajax-style-file-uploading-using-hidden-iframe.html/comment-page-1#comment-18436</link> <dc:creator>Archan Ghosal</dc:creator> <pubDate>Tue, 06 Dec 2011 13:33:51 +0000</pubDate> <guid isPermaLink="false">http://localhost/wordpress/?p=122#comment-18436</guid> <description>I design a more simplified ajax style file upload page without using JavaScript. I place a hidden iFrame just before the form tag. Please read the following. http://ramui.com/articles/ajax-file-upload-using-iframe.html</description> <content:encoded><![CDATA[<p>I design a more simplified ajax style file upload page without using JavaScript. I place a hidden iFrame just before the form tag. Please read the following.<br /> <a href="http://ramui.com/articles/ajax-file-upload-using-iframe.html" rel="nofollow">http://ramui.com/articles/ajax-file-upload-using-iframe.html</a></p> ]]></content:encoded> </item> <item><title>By: Foo Bar</title><link>http://viralpatel.net/blogs/2008/11/ajax-style-file-uploading-using-hidden-iframe.html/comment-page-1#comment-16818</link> <dc:creator>Foo Bar</dc:creator> <pubDate>Sun, 30 Oct 2011 18:21:19 +0000</pubDate> <guid isPermaLink="false">http://localhost/wordpress/?p=122#comment-16818</guid> <description>Hey if you want to use jQuery, I ported (not tested):function asyncFormSubmit(form, resultDiv) {// Create the iframe... var iframe = $(&#039;&#039;); $(&#039;body&#039;).append(iframe); iframe.attr(&#039;name&#039;, &#039;upload_iframe&#039;); iframe.attr(&#039;id&#039;, &#039;upload_iframe&#039;); iframe.hide();// When iframe loads, copy content back to target function copyIframe ()  { var content = $(iframe).contents().find(&#039;body&#039;).html(); $(resultDiv).html(content); setTimeout(function () { $(iframe).remove(); }, 250); } $(iframe).one(&#039;load&#039;, copyIframe);// Set properties of form... $(form).attr(&quot;target&quot;,&quot;upload_iframe&quot;);// Submit the form.  This triggers the iframe to &quot;load&quot; the // response from the server. Once loaded we can then do other // stuff. $(form).submit();// This gets replaced by iframe content when ready $(resultDiv).html(&quot;Uploading...&quot;); }</description> <content:encoded><![CDATA[<p>Hey if you want to use jQuery, I ported (not tested):</p><p>function asyncFormSubmit(form, resultDiv) {</p><p> // Create the iframe&#8230;<br /> var iframe = $(&#8221;);<br /> $(&#8216;body&#8217;).append(iframe);<br /> iframe.attr(&#8216;name&#8217;, &#8216;upload_iframe&#8217;);<br /> iframe.attr(&#8216;id&#8217;, &#8216;upload_iframe&#8217;);<br /> iframe.hide();</p><p> // When iframe loads, copy content back to target<br /> function copyIframe ()  {<br /> var content = $(iframe).contents().find(&#8216;body&#8217;).html();<br /> $(resultDiv).html(content);<br /> setTimeout(function () { $(iframe).remove(); }, 250);<br /> }<br /> $(iframe).one(&#8216;load&#8217;, copyIframe);</p><p> // Set properties of form&#8230;<br /> $(form).attr(&#8220;target&#8221;,&#8221;upload_iframe&#8221;);</p><p> // Submit the form.  This triggers the iframe to &#8220;load&#8221; the<br /> // response from the server. Once loaded we can then do other<br /> // stuff.<br /> $(form).submit();</p><p> // This gets replaced by iframe content when ready<br /> $(resultDiv).html(&#8220;Uploading&#8230;&#8221;);<br /> }</p> ]]></content:encoded> </item> <item><title>By: ranjit</title><link>http://viralpatel.net/blogs/2008/11/ajax-style-file-uploading-using-hidden-iframe.html/comment-page-1#comment-15985</link> <dc:creator>ranjit</dc:creator> <pubDate>Wed, 07 Sep 2011 11:04:42 +0000</pubDate> <guid isPermaLink="false">http://localhost/wordpress/?p=122#comment-15985</guid> <description>Please Anybody can tell me how to receive image at  server side with example .</description> <content:encoded><![CDATA[<p>Please Anybody can tell me how to receive image at  server side with example .</p> ]]></content:encoded> </item> <item><title>By: Abhishek Sikka</title><link>http://viralpatel.net/blogs/2008/11/ajax-style-file-uploading-using-hidden-iframe.html/comment-page-1#comment-14910</link> <dc:creator>Abhishek Sikka</dc:creator> <pubDate>Mon, 06 Jun 2011 12:06:30 +0000</pubDate> <guid isPermaLink="false">http://localhost/wordpress/?p=122#comment-14910</guid> <description>It&#039;s been 1 hour since I read this and here I am gloating to my colleagues that i did what no one could do even after a weeks effort .. Awesome article .. Cheers!!</description> <content:encoded><![CDATA[<p>It&#8217;s been 1 hour since I read this and here I am gloating to my colleagues that i did what no one could do even after a weeks effort .. Awesome article .. Cheers!!</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 2/14 queries in 0.668 seconds using disk: basic
Object Caching 367/369 objects using disk: basic

Served from: viralpatel.net @ 2012-05-17 07:20:08 -->
