<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Chevereto Forums - Upload several images at once...]]></title>
		<link>http://chevereto.com/forums/topic99-upload-several-images-at-once.html</link>
		<description><![CDATA[The most recent posts in Upload several images at once....]]></description>
		<lastBuildDate>Sat, 23 Oct 2010 19:44:44 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Upload several images at once...]]></title>
			<link>http://chevereto.com/forums/post3170.html#p3170</link>
			<description><![CDATA[<div class="quotebox"><cite>gamerlv wrote:</cite><blockquote><p>That last bit you talked about <br /><a href="http://www.uploadify.com/">http://www.uploadify.com/</a><br />I have however never really seen a way to implement it yet.</p></blockquote></div><p>Actually I just manage how to implement that. :1313:</p>]]></description>
			<author><![CDATA[null@example.com (Rodolfo)]]></author>
			<pubDate>Sat, 23 Oct 2010 19:44:44 +0000</pubDate>
			<guid>http://chevereto.com/forums/post3170.html#p3170</guid>
		</item>
		<item>
			<title><![CDATA[Re: Upload several images at once...]]></title>
			<link>http://chevereto.com/forums/post2316.html#p2316</link>
			<description><![CDATA[<div class="quotebox"><cite>sonu panwar wrote:</cite><blockquote><p>If you have a form where you want to allow a user to upload more than one file, you’re stuck with either adding as many file input elements as the number of files you want to upload, or possibly having new ones appear ‘magically’ through Javascript.</p><p>I was mulling over some ideas while walking home from work last week, when I came up with what I thought might be a quite cunning (and more atttractive and useable) way to allow a form to use a single file input element — sort of — to upload multiple files. Since you can only store file upload information in a file upload element (&lt;input type=”file”&gt;), you’ll always need to have one element per file to be uploaded. But what occurred to me is that you don’t need to display all those file elements.</p><p>Using the DOM, it’s actually a relatively simple matter to conceal a file element once a file has been chosen, and add a new (empty) one in its place. And to keep doing so, as many times as you like. It all happens so quickly, that it appears that there’s only one input element.</p><p>To make it even smarter, you can then read the value of each element (ie. the name of the file to be uploaded) and build a list, in whatever format you like, of chosen files. And with a little bit more code you can add the ability selectively to remove files that have been picked.</p><br /><br /><br /><p><a href="http://www.autopartspoint.com/Maserati/Maserati-parts.html">Maserati parts</a></p></blockquote></div><br /><p>That last bit you talked about <br /><a href="http://www.uploadify.com/">http://www.uploadify.com/</a><br />I have however never really seen a way to implement it yet.</p>]]></description>
			<author><![CDATA[null@example.com (gamerlv)]]></author>
			<pubDate>Mon, 22 Feb 2010 08:36:25 +0000</pubDate>
			<guid>http://chevereto.com/forums/post2316.html#p2316</guid>
		</item>
		<item>
			<title><![CDATA[Re: Upload several images at once...]]></title>
			<link>http://chevereto.com/forums/post2313.html#p2313</link>
			<description><![CDATA[<p>If you have a form where you want to allow a user to upload more than one file, you’re stuck with either adding as many file input elements as the number of files you want to upload, or possibly having new ones appear ‘magically’ through Javascript.</p><p>I was mulling over some ideas while walking home from work last week, when I came up with what I thought might be a quite cunning (and more atttractive and useable) way to allow a form to use a single file input element — sort of — to upload multiple files. Since you can only store file upload information in a file upload element (&lt;input type=”file”&gt;), you’ll always need to have one element per file to be uploaded. But what occurred to me is that you don’t need to display all those file elements.</p><p>Using the DOM, it’s actually a relatively simple matter to conceal a file element once a file has been chosen, and add a new (empty) one in its place. And to keep doing so, as many times as you like. It all happens so quickly, that it appears that there’s only one input element.</p><p>To make it even smarter, you can then read the value of each element (ie. the name of the file to be uploaded) and build a list, in whatever format you like, of chosen files. And with a little bit more code you can add the ability selectively to remove files that have been picked.</p><br /><br /><br /><p><a href="http://www.autopartspoint.com/Maserati/Maserati-parts.html">Maserati parts</a></p>]]></description>
			<author><![CDATA[null@example.com (sonu panwar)]]></author>
			<pubDate>Mon, 22 Feb 2010 07:36:54 +0000</pubDate>
			<guid>http://chevereto.com/forums/post2313.html#p2313</guid>
		</item>
		<item>
			<title><![CDATA[Re: Upload several images at once...]]></title>
			<link>http://chevereto.com/forums/post2005.html#p2005</link>
			<description><![CDATA[<p>No multiupload yet!</p>]]></description>
			<author><![CDATA[null@example.com (Rodolfo)]]></author>
			<pubDate>Mon, 30 Nov 2009 06:22:51 +0000</pubDate>
			<guid>http://chevereto.com/forums/post2005.html#p2005</guid>
		</item>
		<item>
			<title><![CDATA[Re: Upload several images at once...]]></title>
			<link>http://chevereto.com/forums/post1852.html#p1852</link>
			<description><![CDATA[<p>yes please we need it badly <img src="http://chevereto.com/forums/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[null@example.com (3lit3)]]></author>
			<pubDate>Fri, 23 Oct 2009 21:33:09 +0000</pubDate>
			<guid>http://chevereto.com/forums/post1852.html#p1852</guid>
		</item>
		<item>
			<title><![CDATA[Re: Upload several images at once...]]></title>
			<link>http://chevereto.com/forums/post1757.html#p1757</link>
			<description><![CDATA[<p><a href="http://chevereto.com/foro/topic242-multiimage-upload-made-easy.html">http://chevereto.com/foro/topic242-mult … -easy.html</a></p><p>Check this topic =]</p>]]></description>
			<author><![CDATA[null@example.com (BloodHell)]]></author>
			<pubDate>Wed, 23 Sep 2009 16:53:37 +0000</pubDate>
			<guid>http://chevereto.com/forums/post1757.html#p1757</guid>
		</item>
		<item>
			<title><![CDATA[Re: Upload several images at once...]]></title>
			<link>http://chevereto.com/forums/post610.html#p610</link>
			<description><![CDATA[<p>Thanks for your respond <img src="http://chevereto.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Let&#039;s hope the developers will work on that for the next version. It would&#039;ve been great.</p>]]></description>
			<author><![CDATA[null@example.com (najkiie)]]></author>
			<pubDate>Sun, 08 Mar 2009 13:46:08 +0000</pubDate>
			<guid>http://chevereto.com/forums/post610.html#p610</guid>
		</item>
		<item>
			<title><![CDATA[Re: Upload several images at once...]]></title>
			<link>http://chevereto.com/forums/post606.html#p606</link>
			<description><![CDATA[<p>Hey najkiie,</p><p>the Multi-Image Upload has been suggested by many, I believe the developer is taking them under consideration.</p><p>Can&#039;t wait for this Option either, to change my old Image Upload Script from my current site.</p><p>Cheers,<br />Alex H.</p>]]></description>
			<author><![CDATA[null@example.com (elfloj0)]]></author>
			<pubDate>Sat, 07 Mar 2009 21:46:07 +0000</pubDate>
			<guid>http://chevereto.com/forums/post606.html#p606</guid>
		</item>
		<item>
			<title><![CDATA[Upload several images at once...]]></title>
			<link>http://chevereto.com/forums/post603.html#p603</link>
			<description><![CDATA[<p>The image host is great but you can only upload one image at a time, it would be better to upload several images at once.</p><p>I&#039;m using google translate to translate the forum because i can&#039;t speak spanish. I hope some of you can speak english ^^</p><p>-nike</p>]]></description>
			<author><![CDATA[null@example.com (najkiie)]]></author>
			<pubDate>Sat, 07 Mar 2009 15:54:41 +0000</pubDate>
			<guid>http://chevereto.com/forums/post603.html#p603</guid>
		</item>
	</channel>
</rss>

