<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Programming Ideas, Logics, Tips and Tricks &#187; upload file</title>
	<atom:link href="http://www.sajithmr.me/tag/upload-file/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sajithmr.me</link>
	<description></description>
	<lastBuildDate>Mon, 23 Jan 2012 15:44:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Upload Files Like Gmail</title>
		<link>http://www.sajithmr.me/upload-files-like-gmail</link>
		<comments>http://www.sajithmr.me/upload-files-like-gmail#comments</comments>
		<pubDate>Thu, 01 Nov 2007 11:23:55 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php source code]]></category>
		<category><![CDATA[webworld]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[upload file]]></category>

		<guid isPermaLink="false">http://www.sajithmr.com/upload-files-like-gmail/</guid>
		<description><![CDATA[Now we can see ajax everywhere. Most of the famous websites are now enabled ajax for providing faster navigation and browsing speed. If you are a gmail user, the thing you noticed very attractively should be the file attaching part of the email composing window. If you wait for sometime you can see, your file [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sajithmr.me/wp-content/uploads/2007/11/gmail.jpg"><img class="alignnone size-full wp-image-858" title="gmail" src="http://www.sajithmr.me/wp-content/uploads/2007/11/gmail.jpg" alt="" width="573" height="297" /></a></p>
<p>Now we can see ajax everywhere. Most of the famous websites are now enabled ajax for providing faster navigation and browsing speed.</p>
<p>If you are a gmail user, the thing you noticed very attractively should be the file attaching part of the email composing window.</p>
<p>If you wait for sometime you can see, your file gets automatically uploaded without  submitting the whole form. This is not Ajax. Because XMLHttpRequest (XHR)  is not supporting multipart/form-data.</p>
<p>You can use iframe for this purpose by pointing the target of form submission towards the  iframe (you can place it as hidden style=&#8221;display:none&#8221;)</p>
<p>&lt;form target=&#8221;iframename&#8221; action=&#8221;upload.php&#8221;&gt;</p>
<p>You can write javascript at the upload.php end, you can change the file uploaded updations just like ajax</p>
<p>Sample code for this &#8220;Ajax File Upload&#8221; or Gmail-Like File Upload is here :<a title="File Upload Like Gmail" href="http://www.sajithmr.com/wp-content/uploads/2007/11/file-upload-like-gmail.rar" target="_blank"><br />
File-Upload-Like-Gmail.rar</a></p>
<p><a href="http://www.sajithmr.com/wp-content/uploads/2007/11/file-upload-like-gmail.rar" target="_blank"><img src="http://www.sajithmr.com/wp-content/uploads/2008/04/winrarlogo.jpg" alt="Winrar logo" width="52" height="52" /></a></p>
<p>Thanks and Regards</p>
<p>Sajith.M.R</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/upload-files-like-gmail/feed</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
	</channel>
</rss>

