<?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: Clear upload file input field</title>
	<atom:link href="http://gusiev.com/2009/04/clear-upload-file-input-field/feed/" rel="self" type="application/rss+xml" />
	<link>http://gusiev.com/2009/04/clear-upload-file-input-field/</link>
	<description>How to make your web application</description>
	<pubDate>Fri, 30 Jul 2010 11:56:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: premboyapati</title>
		<link>http://gusiev.com/2009/04/clear-upload-file-input-field/#comment-384</link>
		<dc:creator>premboyapati</dc:creator>
		<pubDate>Mon, 12 Jul 2010 10:49:28 +0000</pubDate>
		<guid isPermaLink="false">http://gusiev.com/?p=11#comment-384</guid>
		<description>Hi guys!!!

The following one only worked for me...

function ClearFileUpload() {
            var fu = document.getElementById('');
            if (fu != null) {
                document.getElementById('').outerHTML = fu.outerHTML;
            }</description>
		<content:encoded><![CDATA[Hi guys!!!

The following one only worked for me&#8230;

function ClearFileUpload() {
<br />            var fu = document.getElementById(&#8221;);
<br />            if (fu != null) {
<br />                document.getElementById(&#8221;).outerHTML = fu.outerHTML;
<br />            }
]]></content:encoded>
	</item>
	<item>
		<title>By: Arvy</title>
		<link>http://gusiev.com/2009/04/clear-upload-file-input-field/#comment-189</link>
		<dc:creator>Arvy</dc:creator>
		<pubDate>Fri, 28 May 2010 14:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://gusiev.com/?p=11#comment-189</guid>
		<description>Thank you very much for the tip, really useful for Ajax.</description>
		<content:encoded><![CDATA[Thank you very much for the tip, really useful for Ajax.
]]></content:encoded>
	</item>
	<item>
		<title>By: kalyan</title>
		<link>http://gusiev.com/2009/04/clear-upload-file-input-field/#comment-153</link>
		<dc:creator>kalyan</dc:creator>
		<pubDate>Thu, 01 Apr 2010 19:56:11 +0000</pubDate>
		<guid isPermaLink="false">http://gusiev.com/?p=11#comment-153</guid>
		<description>Dude,
You are awesome. You made my Day. Thanks a ton.</description>
		<content:encoded><![CDATA[Dude,
<br />You are awesome. You made my Day. Thanks a ton.
]]></content:encoded>
	</item>
	<item>
		<title>By: iulian</title>
		<link>http://gusiev.com/2009/04/clear-upload-file-input-field/#comment-146</link>
		<dc:creator>iulian</dc:creator>
		<pubDate>Thu, 18 Mar 2010 15:09:37 +0000</pubDate>
		<guid isPermaLink="false">http://gusiev.com/?p=11#comment-146</guid>
		<description>delijah's improvement It's perfect</description>
		<content:encoded><![CDATA[delijah&#8217;s improvement It&#8217;s perfect
]]></content:encoded>
	</item>
	<item>
		<title>By: delijah</title>
		<link>http://gusiev.com/2009/04/clear-upload-file-input-field/#comment-140</link>
		<dc:creator>delijah</dc:creator>
		<pubDate>Thu, 04 Mar 2010 12:34:57 +0000</pubDate>
		<guid isPermaLink="false">http://gusiev.com/?p=11#comment-140</guid>
		<description>Another solution (will keep events):

function clearFileInputField(elem) {
	$elem = $(elem);
	$elem.replaceWith($elem.clone(true));
}</description>
		<content:encoded><![CDATA[Another solution (will keep events):

function clearFileInputField(elem) {
<br />	$elem = $(elem);
<br />	$elem.replaceWith($elem.clone(true));
<br />}
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego</title>
		<link>http://gusiev.com/2009/04/clear-upload-file-input-field/#comment-139</link>
		<dc:creator>Diego</dc:creator>
		<pubDate>Thu, 25 Feb 2010 15:41:43 +0000</pubDate>
		<guid isPermaLink="false">http://gusiev.com/?p=11#comment-139</guid>
		<description>Doesn't work with ASP.NET AJAX.</description>
		<content:encoded><![CDATA[Doesn&#8217;t work with ASP.NET AJAX.
]]></content:encoded>
	</item>
	<item>
		<title>By: Achshar</title>
		<link>http://gusiev.com/2009/04/clear-upload-file-input-field/#comment-135</link>
		<dc:creator>Achshar</dc:creator>
		<pubDate>Fri, 12 Feb 2010 21:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://gusiev.com/?p=11#comment-135</guid>
		<description>Thanks! :)</description>
		<content:encoded><![CDATA[Thanks! <img src='http://gusiev.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> 
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Estévez</title>
		<link>http://gusiev.com/2009/04/clear-upload-file-input-field/#comment-133</link>
		<dc:creator>Daniel Estévez</dc:creator>
		<pubDate>Fri, 29 Jan 2010 09:53:34 +0000</pubDate>
		<guid isPermaLink="false">http://gusiev.com/?p=11#comment-133</guid>
		<description>Seems as weird as simple... and it works!

Perfect! Thanks a lot!</description>
		<content:encoded><![CDATA[Seems as weird as simple&#8230; and it works!

Perfect! Thanks a lot!
]]></content:encoded>
	</item>
	<item>
		<title>By: helie</title>
		<link>http://gusiev.com/2009/04/clear-upload-file-input-field/#comment-132</link>
		<dc:creator>helie</dc:creator>
		<pubDate>Fri, 29 Jan 2010 05:58:12 +0000</pubDate>
		<guid isPermaLink="false">http://gusiev.com/?p=11#comment-132</guid>
		<description>great piece of cod...thanks o alot.....</description>
		<content:encoded><![CDATA[great piece of cod&#8230;thanks o alot&#8230;..
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Wiggins</title>
		<link>http://gusiev.com/2009/04/clear-upload-file-input-field/#comment-127</link>
		<dc:creator>Jim Wiggins</dc:creator>
		<pubDate>Sat, 02 Jan 2010 17:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://gusiev.com/?p=11#comment-127</guid>
		<description>Great idea! Works in IE 6, 7, 8 and in FF 3.</description>
		<content:encoded><![CDATA[Great idea! Works in IE 6, 7, 8 and in FF 3.
]]></content:encoded>
	</item>
</channel>
</rss>
