<?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>Structured Software Development &#187; JQuery</title>
	<atom:link href="https://www.telmperez.com/tag/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.telmperez.com</link>
	<description>Modular, Scalable, Resusable code</description>
	<lastBuildDate>Thu, 07 Jul 2016 23:12:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>Bulk Image Uploading</title>
		<link>https://www.telmperez.com/2008/07/21/bulk-image-uploading/</link>
		<comments>https://www.telmperez.com/2008/07/21/bulk-image-uploading/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 00:38:17 +0000</pubDate>
		<dc:creator><![CDATA[telm]]></dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JQuery]]></category>

		<guid isPermaLink="false">http://www.telmperez.com/blog/?p=7</guid>
		<description><![CDATA[I&#8217;ve decided that I want to be able to allow my users to upload more then 1 image at a time. I wanted to find a solution that wasn&#8217;t overly complicated and that I could easily interface into my already &#8230; <a href="https://www.telmperez.com/2008/07/21/bulk-image-uploading/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve decided that I want to be able to allow my users to upload more then 1 image at a time. I wanted to find a solution that wasn&#8217;t overly complicated and that I could easily interface into my already existing Java framework. I&#8217;ve come up with 4 options.</p>
<p>Option #1:<br />
Use an applet. Now this may seem like a good idea at first but applets can be complicated and I needed additional information to be submitted with my images. I didn&#8217;t want to spend hours customizing a solution in Java using Swing.</p>
<p>Option #2:<br />
Use some cryptic (Action something) Microsoft technology that only works in ASP and internet explorer. I don&#8217;t even want to begin on discussing the perils of that decision.</p>
<p>Option #3:<br />
Use a flash component. Again while this might seem like a good solution, modifying a flash component to meet my needs is as difficult as option #1.</p>
<p>Option #4:<br />
Use a Javascript plugin. This is the quickest implementation, however you will only be able to select one image at a time every time a user clicks on the browse button.</p>
<p>Problem:<br />
There are 3 very good options here, the Microsoft one is an extremely terrible idea and should not be attempted. Option #1 and #3 are the most user friendly options but they would require a lot of customization, and a user would be forced to accept a security certificate every time they wanted to upload a file since the software would have to access the users hard disk. Not all web users may be trusting enough to do this. Option #4 is not as aesthetic as the other options and a user would be forced to choose one file at a time, instead of being able select multiple files. A preview would also not be available for every upload, unless the file was pre uploaded to the server but that isn&#8217;t a very useful feature. It is possible to do a preview in Internet Explorer by uploading the image to IE&#8217;s temporary memory but that doesn&#8217;t help me with other browsers.</p>
<p>Solution:<br />
After looking around to see what the big players in the industry are doing, I&#8217;ve decided that the best solution is the go with option #4 and eventually offer options #1 or #3 in the future and give users the option to use either. I use JQuery as my JavaScript framework so naturally it would be in my best interest to attempt to find a JQuery plugin. After looking around I have found the <a href="http://www.fyneworks.com/jquery/multiple-file-upload/">JQuery Multiple File Upload Plugin</a>. It&#8217;s a very easy plugin to use and it supports a maximum or infinite amount of files. A demo can be seen at the above link.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.telmperez.com/2008/07/21/bulk-image-uploading/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
