<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: Multiple File Upload&#160;Input</title> <atom:link href="http://davidwalsh.name/multiple-file-upload/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/multiple-file-upload</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Thu, 09 Feb 2012 09:55:41 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: Başar</title><link>http://davidwalsh.name/multiple-file-upload/comment-page-1#comment-28524</link> <dc:creator>Başar</dc:creator> <pubDate>Thu, 12 Jan 2012 16:10:35 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=5010#comment-28524</guid> <description>Nice work mate! That&#039;s makes me one step closer to the edge. Looking for this for a long time. Hope idiot ie will support multiple somehow.</description> <content:encoded><![CDATA[<p>Nice work mate! That&#8217;s makes me one step closer to the edge. Looking for this for a long time. Hope idiot ie will support multiple somehow.</p> ]]></content:encoded> </item> <item><title>By: akil</title><link>http://davidwalsh.name/multiple-file-upload/comment-page-1#comment-28306</link> <dc:creator>akil</dc:creator> <pubDate>Sun, 01 Jan 2012 22:29:13 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=5010#comment-28306</guid> <description>thanks! this is what i need, it&#039;s a key. not a complete code doing stuff. thanks again! :)</description> <content:encoded><![CDATA[<p>thanks! this is what i need, it&#8217;s a key. not a complete code doing stuff. thanks again! :)</p> ]]></content:encoded> </item> <item><title>By: Lovepreet Singh</title><link>http://davidwalsh.name/multiple-file-upload/comment-page-1#comment-28262</link> <dc:creator>Lovepreet Singh</dc:creator> <pubDate>Sat, 31 Dec 2011 06:05:39 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=5010#comment-28262</guid> <description>your multiple file uploading function failed in internet explorer...</description> <content:encoded><![CDATA[<p>your multiple file uploading function failed in internet explorer&#8230;</p> ]]></content:encoded> </item> <item><title>By: Jack</title><link>http://davidwalsh.name/multiple-file-upload/comment-page-1#comment-27102</link> <dc:creator>Jack</dc:creator> <pubDate>Mon, 03 Oct 2011 17:29:15 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=5010#comment-27102</guid> <description>Hey. I&#039;m  not having any luck using this code. I&#039;m constantly getting the &#039;uploads&#039; index php error mentioned earlier in the comments. I tried looking at the source code of the example, but it&#039;s different than what you posted here. It doesn&#039;t call for a php script, the javascript is longer, there is an input, but no form and no submit button. Could you post a working example in a zipped archive?</description> <content:encoded><![CDATA[<p>Hey. I&#8217;m  not having any luck using this code. I&#8217;m constantly getting the &#8216;uploads&#8217; index php error mentioned earlier in the comments. I tried looking at the source code of the example, but it&#8217;s different than what you posted here. It doesn&#8217;t call for a php script, the javascript is longer, there is an input, but no form and no submit button. Could you post a working example in a zipped archive?</p> ]]></content:encoded> </item> <item><title>By: me</title><link>http://davidwalsh.name/multiple-file-upload/comment-page-1#comment-26917</link> <dc:creator>me</dc:creator> <pubDate>Sat, 17 Sep 2011 18:38:48 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=5010#comment-26917</guid> <description>Hello
Thank you very much for this good code</description> <content:encoded><![CDATA[<p>Hello<br
/> Thank you very much for this good code</p> ]]></content:encoded> </item> <item><title>By: Shinjitsu</title><link>http://davidwalsh.name/multiple-file-upload/comment-page-1#comment-24513</link> <dc:creator>Shinjitsu</dc:creator> <pubDate>Mon, 27 Jun 2011 16:43:55 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=5010#comment-24513</guid> <description>Regarding $_FILES[&#039;uploads&#039;]The author, perhaps, missed out on the fact that PHP does quite a different structure for $_FILES when the above method is used.To access the data from these multiple files, you should do this:$_FILES[&#039;input_name_in_form&#039;][&#039;name&#039;][0] - gets you the original file name of the first image in the list while $_FILES[&#039;input_name_in_form&#039;][&#039;name&#039;][1] - gets you the name of the second file
etc.
you can see the whole contents of the $_FILES using print_r($_FILES)I think what I will do is write a custom function which just processes the $_FILES and returns an array of easily processable files.</description> <content:encoded><![CDATA[<p>Regarding $_FILES['uploads']</p><p>The author, perhaps, missed out on the fact that PHP does quite a different structure for $_FILES when the above method is used.</p><p>To access the data from these multiple files, you should do this:</p><p>$_FILES['input_name_in_form']['name'][0] &#8211; gets you the original file name of the first image in the list while $_FILES['input_name_in_form']['name'][1] &#8211; gets you the name of the second file<br
/> etc.<br
/> you can see the whole contents of the $_FILES using print_r($_FILES)</p><p>I think what I will do is write a custom function which just processes the $_FILES and returns an array of easily processable files.</p> ]]></content:encoded> </item> <item><title>By: Παύλος</title><link>http://davidwalsh.name/multiple-file-upload/comment-page-1#comment-23979</link> <dc:creator>Παύλος</dc:creator> <pubDate>Thu, 12 May 2011 12:22:44 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=5010#comment-23979</guid> <description>Ur the best! Helped a LOT!</description> <content:encoded><![CDATA[<p>Ur the best! Helped a LOT!</p> ]]></content:encoded> </item> <item><title>By: Tor</title><link>http://davidwalsh.name/multiple-file-upload/comment-page-1#comment-23410</link> <dc:creator>Tor</dc:creator> <pubDate>Thu, 07 Apr 2011 20:35:08 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=5010#comment-23410</guid> <description>So, I have a problem. Whenever I try to upload a bunch of pictures, only the first two gets uploaded.Can anyone tell me why that might be? The images are only like 60 KB each, and there&#039;s less than 15 of them. I would be extremely pleased if anyone had the slightest idea about what my problem might be.</description> <content:encoded><![CDATA[<p>So, I have a problem. Whenever I try to upload a bunch of pictures, only the first two gets uploaded.</p><p>Can anyone tell me why that might be? The images are only like 60 KB each, and there&#8217;s less than 15 of them. I would be extremely pleased if anyone had the slightest idea about what my problem might be.</p> ]]></content:encoded> </item> <item><title>By: Greg</title><link>http://davidwalsh.name/multiple-file-upload/comment-page-1#comment-23317</link> <dc:creator>Greg</dc:creator> <pubDate>Wed, 30 Mar 2011 20:27:01 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=5010#comment-23317</guid> <description>Has anyone found code that will correctly detect the browsers that support this feature?You&#039;ll have to exclude older versions of Firefox and safari, but I&#039;m not clear on exactly which versions to detect, and I&#039;m not keen on testing tons of different versions to figure this out.</description> <content:encoded><![CDATA[<p>Has anyone found code that will correctly detect the browsers that support this feature?</p><p>You&#8217;ll have to exclude older versions of Firefox and safari, but I&#8217;m not clear on exactly which versions to detect, and I&#8217;m not keen on testing tons of different versions to figure this out.</p> ]]></content:encoded> </item> <item><title>By: mtug</title><link>http://davidwalsh.name/multiple-file-upload/comment-page-1#comment-23166</link> <dc:creator>mtug</dc:creator> <pubDate>Fri, 18 Mar 2011 20:14:35 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=5010#comment-23166</guid> <description>Mike -- have you received any assistance on this issue?  I&#039;m having the same issue although I don&#039;t get the undefined index msg but am getting a count=0 in the file count parameter within php.</description> <content:encoded><![CDATA[<p>Mike &#8212; have you received any assistance on this issue?  I&#8217;m having the same issue although I don&#8217;t get the undefined index msg but am getting a count=0 in the file count parameter within php.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/24 queries in 0.017 seconds using disk: basic
Object Caching 859/880 objects using disk: basic

Served from: davidwalsh.name @ 2012-02-09 05:08:18 -->
