<?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"
	>

<channel>
	<title>Developer Tutorials' Webmaster Blog &#187; Flickr Like FIle Uploader</title>
	<atom:link href="http://www.developertutorials.com/blog/tag/flickr-like-file-uploader/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.developertutorials.com/blog</link>
	<description>Keeping webmasters up-to-date on technology.</description>
	<pubDate>Tue, 02 Sep 2008 14:59:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Yahoo! UI File Uploader Library</title>
		<link>http://www.developertutorials.com/blog/javascript/yahoo-ui-file-uploader-library-127/</link>
		<comments>http://www.developertutorials.com/blog/javascript/yahoo-ui-file-uploader-library-127/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 19:56:13 +0000</pubDate>
		<dc:creator>Omi Azad</dc:creator>
		
		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[Web]]></category>

		<category><![CDATA[Flickr Like FIle Uploader]]></category>

		<category><![CDATA[Library]]></category>

		<category><![CDATA[YUI]]></category>

		<guid isPermaLink="false">http://www.developertutorials.com/blog/javascript/yahoo-ui-file-uploader-library-127/</guid>
		<description><![CDATA[The web developers who use Flickr always dream about a file uploader on their site like Flickr, which will upload multiple files  together and show the upload status simultaneously. One of my developer friend  told me that the feature will be added on PHP6 where a multithread data transfer  and file uploaded [...]]]></description>
			<content:encoded><![CDATA[<p>The web developers who use Flickr always dream about a file uploader on their site like Flickr, which will upload multiple files  together and show the upload status simultaneously. One of my developer friend  told me that the feature will be added on PHP6 where a multithread data transfer  and file uploaded data status on server will happen simultaneously. In that case when user will upload a file through a PHP6 script, a file upload status can be displayed at the same time.</p>
<p>But Developers doesn&#8217;t need to wait for PHP6 for this feature because YUI JavaScript Framework 2.51 added this Flickr like file  upload feature (though it&#8217;s experimental inclusion). </p>
<p>Let&#8217;s have a look at the component&#8217;s features-</p>
<ol>
<li>  Multiple file selection in a single &#8220;Open File&#8221; dialog.</li>
<li>File extension filters to facilitate the user&#8217;s  selection.</li>
<li>Progress tracking for file uploads.</li>
<li>A range of file metadata: filename, size, date  created, date modified, and author.</li>
<li>A set of events dispatched on various aspects of the  file upload process: file selection, upload progress, upload completion, etc.</li>
<li>Inclusion of additional data in the file upload POST  request.</li>
<li>Faster file upload on broadband connections due to the  modified SEND buffer size.</li>
<li>Same-page server response upon completion of the file  upload.</li>
</ol>
<p>Beside JavaScript and Cookie support, the users also need  Adobe Flash Player support in their browser to use the feature.</p>
<p>YUI Home Page: <a href="http://developer.yahoo.com/yui/" target="_blank">http://developer.yahoo.com/yui/</a></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark" style="float:left;">
<div class="d127" style="overflow:hidden">
<div id="socialstyles"><a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.developertutorials.com/blog/javascript/yahoo-ui-file-uploader-library-127/&amp;title=Yahoo%21+UI+File+Uploader+Library" title="Add to&nbsp;Del.icio.us">Del.icio.us</a></div><div id="socialstyles"><a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.developertutorials.com/blog/javascript/yahoo-ui-file-uploader-library-127/&amp;title=Yahoo%21+UI+File+Uploader+Library" title="Add to&nbsp;Digg This">Digg This</a></div><div id="socialstyles"><a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.developertutorials.com/blog/javascript/yahoo-ui-file-uploader-library-127/&amp;title=Yahoo%21+UI+File+Uploader+Library" title="Add to&nbsp;Stumble">Stumble</a></div></div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.developertutorials.com/blog/javascript/yahoo-ui-file-uploader-library-127/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
