<?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>Mitesdesign &#187; JQuery</title>
	<atom:link href="http://www.mitesdesign.com/blog/tag/jquery/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mitesdesign.com/blog</link>
	<description>Creative Results in Web Design</description>
	<lastBuildDate>Wed, 28 Apr 2010 18:59:59 +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>Multiple Uploads with JQuery and Code Igniter</title>
		<link>http://www.mitesdesign.com/blog/open-source/multi-upload-jquery-code-igniter</link>
		<comments>http://www.mitesdesign.com/blog/open-source/multi-upload-jquery-code-igniter#comments</comments>
		<pubDate>Fri, 05 Dec 2008 02:34:25 +0000</pubDate>
		<dc:creator>Alvin</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Code Igniter]]></category>
		<category><![CDATA[JQuery]]></category>

		<guid isPermaLink="false">http://www.mitesdesign.com/blog/?p=16</guid>
		<description><![CDATA[This one goes out to all the code writers, web developers, and open source script fans.
This is a short script I built for a project, ended up opting to use individual AJAX uploads rather than multiple uploads at once. Yet a script this useful deserves to see the rest of the world so I give [...]]]></description>
			<content:encoded><![CDATA[<p>This one goes out to all the code writers, web developers, and open source script fans.</p>
<p>This is a short script I built for a project, ended up opting to use individual AJAX uploads rather than multiple uploads at once. Yet a script this useful deserves to see the rest of the world so I give you.</p>
<p style="text-align: center;"><a title="Code Igniter - Jquery - Multiple Uploads" href="http://www.mitesdesign.com/files/ci-jquery-multi-upload.zip"><strong>Multiple File Uploads with JQuery and Code Igniter</strong></a></p>
<p style="text-align: left;">To get it running extract into the root directory of a Code Igniter installation, included are:</p>
<ul>
<li>example Controller</li>
<li>Multi-Upload Library</li>
<li>example view form &amp; success page with results</li>
<li style="text-align: left;"><a title="JQuery Multiple Upload" href="http://www.fyneworks.com/jquery/multiple-file-upload/">jquery multi-upload plugin</a></li>
</ul>
<p style="text-align: left;">The upload library is based upon the CI upload library, it will check for attacks, and check whether the files uploaded are images or something else. You can restrict the files to any extension(s), if you need more security than that then I&#8217;ll assume you know enough to add in the function you need.</p>
<p style="text-align: left;">The beauty of this script is the simplicity, with a few lines of code you can allow for multiple uploads from a single page, then let this script handle the uploads and pass on information about everything that happened.</p>
<p style="text-align: left;">If you are not familiar with <a title="Code Igniter" href="http://www.codeigniter.com">Code Igniter</a> it is a rather lightweight PHP MVC framework. Which is a geeky way of saying that it is a programming framework that can save you time without eating your server. Of course the same goes for <a title="JQuery" href="http://www.jquery.com">JQuery</a>, which is for Javascript framework that will save you time.</p>
<p style="text-align: left;">If you have any questions please leave a comment or ask me through the <a title="Contact Me" href="http://mitesdesign.com/contact.php">contact form</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mitesdesign.com/blog/open-source/multi-upload-jquery-code-igniter/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
