<?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>Chanel's Blog &#187; uploading large files</title>
	<atom:link href="http://cmunezero.com/tag/uploading-large-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://cmunezero.com</link>
	<description>Where code meets love... and a lot of awkward silences...</description>
	<lastBuildDate>Tue, 11 May 2010 21:17:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>jqUploader:  Flash-based File Uploader and Progress</title>
		<link>http://cmunezero.com/2008/11/13/jquploader-flash-based-file-uploader-and-progress/</link>
		<comments>http://cmunezero.com/2008/11/13/jquploader-flash-based-file-uploader-and-progress/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 00:23:03 +0000</pubDate>
		<dc:creator>chanel</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[file progress]]></category>
		<category><![CDATA[file upload]]></category>
		<category><![CDATA[file uploading]]></category>
		<category><![CDATA[jquploader]]></category>
		<category><![CDATA[large files]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[upload]]></category>
		<category><![CDATA[upload progress]]></category>
		<category><![CDATA[uploading large files]]></category>

		<guid isPermaLink="false">http://cmunezero.com/?p=109</guid>
		<description><![CDATA[For the longest time, I&#8217;ve been trying to find a fairly simple solution for showing the real progress of file uploads.  Most of them that I have found involved patching PHP to allow this functionality.  What I think is going on is that during a file upload, PHP allows the web server, most [...]]]></description>
			<content:encoded><![CDATA[<p>For the longest time, I&#8217;ve been trying to find a fairly simple solution for showing the real progress of file uploads.  Most of them that I have found involved patching PHP to allow this functionality.  What I think is going on is that during a file upload, PHP allows the web server, most of the time, apache, to handle the actual uploading of the file and only after the file is completely done uploading does PHP have access to the file itself.</p>
<p>Instead of using html based file uploads, flash is available.  By using <a href="http://www.pixeline.be/experiments/jqUploader/">jqUploader</a>, one can allow people with flash enabled browsers real time progress of their uploads.  This is really handy for large images, zip files, or any file larger than 3mb.</p>
<p>Update: I have to give some props to John David at Conceptual Arts for initially telling me about jqUploader.</p>
]]></content:encoded>
			<wfw:commentRss>http://cmunezero.com/2008/11/13/jquploader-flash-based-file-uploader-and-progress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
