<?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>Bagesh Singh&#039;s Blog &#187; fileupload</title>
	<atom:link href="http://www.bageshsingh.com/bagesh-blog/tag/fileupload/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bageshsingh.com/bagesh-blog</link>
	<description>Shortest Distance to  Web Solutions &#38; Software Solutions</description>
	<lastBuildDate>Wed, 22 Feb 2012 18:42:12 +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>Ajaxified File Uploader Using IFrame</title>
		<link>http://www.bageshsingh.com/bagesh-blog/2010/04/ajaxified-file-uploader-using-iframe/</link>
		<comments>http://www.bageshsingh.com/bagesh-blog/2010/04/ajaxified-file-uploader-using-iframe/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 13:49:42 +0000</pubDate>
		<dc:creator>Bagesh Singh</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[PHP Third Party Tools]]></category>
		<category><![CDATA[tips and technique]]></category>
		<category><![CDATA[fileupload]]></category>

		<guid isPermaLink="false">http://www.bageshsingh.com/bagesh-blog/?p=458</guid>
		<description><![CDATA[Today, while writing a code for AJAX file uploader, I was trying to do with [wiki]SALAJAX[/wiki]. But, with SALAJAX I could not manage to send the headers for $_FILES. So I thought of an alternative. And the alternative was to load the action page of the form on [wiki]IFrame[/wiki], whose display would be hidden and [...]]]></description>
			<content:encoded><![CDATA[<p>Today, while writing a code for AJAX file uploader, I was trying to  do with [wiki]SALAJAX[/wiki]. But, with <strong>SALAJAX</strong> I could  not manage to send the headers for <strong>$_FILES</strong>. So I  thought of an alternative. And the alternative was to load the action  page of the form on [wiki]IFrame[/wiki], whose display would be hidden  and the work for uploading the file will be done on the background  without refreshing the page. Yeha.. Its not [wiki]AJAX[/wiki], but it  gives a user the feel of asynchronous working on the page. So, my code  is <strong>Asynchronous Feel Without Javascript and XML (AFWJAX)</strong>.  What do think about this?<br />
So, Here</p>
<div id="seo_alrp_related"><h2>Posts Related to Ajaxified File Uploader Using IFrame</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2011/03/how-to-do-file-uploading-using-php-curl/" rel="bookmark">how to do File Uploading Using PHP Curl</a></h3><p>File uploading through PHP Curl is very simple. You just have to append @ in front of path of file name &amp; send it to ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2010/11/uploading-largebig-files-in-php-using-htaccess-2/" rel="bookmark">Uploading large(big) files in PHP using .htaccess</a></h3><p>I’ve seen that many of my friends are struggling with the uploads of the bigger or larger files in PHP. After looking at their struggle, ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2011/01/ajax-introduction-to-ajax-web-development-training-course-overview/" rel="bookmark">AJAX &#8211; Introduction to AJAX Web Development Training Course Overview</a></h3><p>AJAX (Asynchronous Java and XML) has emerged as a powerful platform for building web applications with extensive client-side interactivity. Unlike older approaches, which require reloading ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2010/09/paypal-code-in-php-quick-e-commerce-with-php-and-paypal/" rel="bookmark">Paypal code in php : Quick E-Commerce with  PHP and PayPal</a></h3><p>Hard-Coded Information A number of the parameters needed by PayPal can be hard-coded right into your page. For example, the "action" attribute of the "form" ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2011/08/curl-php-email-this-page-to-a-friend/" rel="bookmark">CURL PHP: Email this page to a friend</a></h3><p>Using curl to take snapshots of the current page for emailing the HTML is a clever little idea. (ie: Email this page to a friend) ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.bageshsingh.com/bagesh-blog/2010/04/ajaxified-file-uploader-using-iframe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

