<?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/"
		>
<channel>
	<title>Comments on: Cakephp: working multiple files uploads &#8211; script ready to download</title>
	<atom:link href="http://www.doingtheartwork.com/cakephp-working-multiple-files-uploads-ready-to-download-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.doingtheartwork.com/cakephp-working-multiple-files-uploads-ready-to-download-script/</link>
	<description>Musically Inspired Soul and Heart Unit</description>
	<lastBuildDate>Fri, 13 Jan 2012 16:20:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: mishu</title>
		<link>http://www.doingtheartwork.com/cakephp-working-multiple-files-uploads-ready-to-download-script/comment-page-1/#comment-12943</link>
		<dc:creator>mishu</dc:creator>
		<pubDate>Fri, 07 Jan 2011 06:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.doingtheartwork.com/?p=271#comment-12943</guid>
		<description>A long, long time ago :)

You&#039;re welcome, hope this helps</description>
		<content:encoded><![CDATA[<p>A long, long time ago <img src='http://www.doingtheartwork.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>You&#8217;re welcome, hope this helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fazal</title>
		<link>http://www.doingtheartwork.com/cakephp-working-multiple-files-uploads-ready-to-download-script/comment-page-1/#comment-12942</link>
		<dc:creator>fazal</dc:creator>
		<pubDate>Fri, 07 Jan 2011 04:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.doingtheartwork.com/?p=271#comment-12942</guid>
		<description>Hi 
&quot;i Hope you are fine ,happy for guide multiple file upload .
thanks for this acts&quot;;
                     fazal</description>
		<content:encoded><![CDATA[<p>Hi<br />
&#8220;i Hope you are fine ,happy for guide multiple file upload .<br />
thanks for this acts&#8221;;<br />
                     fazal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sadas</title>
		<link>http://www.doingtheartwork.com/cakephp-working-multiple-files-uploads-ready-to-download-script/comment-page-1/#comment-12597</link>
		<dc:creator>sadas</dc:creator>
		<pubDate>Wed, 03 Nov 2010 08:28:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.doingtheartwork.com/?p=271#comment-12597</guid>
		<description>=))  ;;)  :cry:  :))  :p</description>
		<content:encoded><![CDATA[<p>=))  ;;)  <img src='http://www.doingtheartwork.com/wp-includes/images/smilies/icon_cry.gif' alt=':cry:' class='wp-smiley' />   <img src='http://www.doingtheartwork.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )  :p</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akash</title>
		<link>http://www.doingtheartwork.com/cakephp-working-multiple-files-uploads-ready-to-download-script/comment-page-1/#comment-5381</link>
		<dc:creator>Akash</dc:creator>
		<pubDate>Mon, 13 Oct 2008 14:28:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.doingtheartwork.com/?p=271#comment-5381</guid>
		<description>sure! I add support for more image types and mail you back. (u have my email address in your comments)  :)</description>
		<content:encoded><![CDATA[<p>sure! I add support for more image types and mail you back. (u have my email address in your comments)  <img src='http://www.doingtheartwork.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mishu</title>
		<link>http://www.doingtheartwork.com/cakephp-working-multiple-files-uploads-ready-to-download-script/comment-page-1/#comment-5380</link>
		<dc:creator>mishu</dc:creator>
		<pubDate>Mon, 13 Oct 2008 14:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.doingtheartwork.com/?p=271#comment-5380</guid>
		<description>Sorry man, gotta go now. You&#039;re on your own on this but if I get some ideas I&#039;ll sure let you know by email</description>
		<content:encoded><![CDATA[<p>Sorry man, gotta go now. You&#8217;re on your own on this but if I get some ideas I&#8217;ll sure let you know by email</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akash</title>
		<link>http://www.doingtheartwork.com/cakephp-working-multiple-files-uploads-ready-to-download-script/comment-page-1/#comment-5379</link>
		<dc:creator>Akash</dc:creator>
		<pubDate>Mon, 13 Oct 2008 14:25:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.doingtheartwork.com/?p=271#comment-5379</guid>
		<description>Can u help me out with that input box addition. I tried editing  multifile.js

I changed:
if( element.tagName == &#039;INPUT&#039; &amp;&amp; element.type == &#039;file&#039; )

to: 
if( element.tagName == &#039;INPUT&#039; &amp;&amp; (element.type == &#039;file&#039; &#124;&#124; element.type == &#039;text&#039;))

and added &quot;var new_element2&quot; and assigned a new input box.

But the input box doesnt seem to disappear when I click on add file :)

And I get a whole of input boxes. Funny me. :)</description>
		<content:encoded><![CDATA[<p>Can u help me out with that input box addition. I tried editing  multifile.js</p>
<p>I changed:<br />
if( element.tagName == &#8216;INPUT&#8217; &amp;&amp; element.type == &#8216;file&#8217; )</p>
<p>to:<br />
if( element.tagName == &#8216;INPUT&#8217; &amp;&amp; (element.type == &#8216;file&#8217; || element.type == &#8216;text&#8217;))</p>
<p>and added &#8220;var new_element2&#8243; and assigned a new input box.</p>
<p>But the input box doesnt seem to disappear when I click on add file <img src='http://www.doingtheartwork.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>And I get a whole of input boxes. Funny me. <img src='http://www.doingtheartwork.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akash</title>
		<link>http://www.doingtheartwork.com/cakephp-working-multiple-files-uploads-ready-to-download-script/comment-page-1/#comment-5378</link>
		<dc:creator>Akash</dc:creator>
		<pubDate>Mon, 13 Oct 2008 14:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.doingtheartwork.com/?p=271#comment-5378</guid>
		<description>You dont have to update much mishu. Just add some more instructions in the readme.txt file and remove the controller code in the readme.txt file. It should make things simpler.

The most important instruction is where to create the upload/small and upload/big directories. Thats not been mentioned.</description>
		<content:encoded><![CDATA[<p>You dont have to update much mishu. Just add some more instructions in the readme.txt file and remove the controller code in the readme.txt file. It should make things simpler.</p>
<p>The most important instruction is where to create the upload/small and upload/big directories. Thats not been mentioned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mishu</title>
		<link>http://www.doingtheartwork.com/cakephp-working-multiple-files-uploads-ready-to-download-script/comment-page-1/#comment-5377</link>
		<dc:creator>mishu</dc:creator>
		<pubDate>Mon, 13 Oct 2008 14:22:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.doingtheartwork.com/?p=271#comment-5377</guid>
		<description>:)) , no. but I&#039;ll think about it :)</description>
		<content:encoded><![CDATA[<p> <img src='http://www.doingtheartwork.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ) , no. but I&#8217;ll think about it <img src='http://www.doingtheartwork.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akash</title>
		<link>http://www.doingtheartwork.com/cakephp-working-multiple-files-uploads-ready-to-download-script/comment-page-1/#comment-5376</link>
		<dc:creator>Akash</dc:creator>
		<pubDate>Mon, 13 Oct 2008 14:21:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.doingtheartwork.com/?p=271#comment-5376</guid>
		<description>Is there any way of adding an input text box to every file upload box?
Like I would like to allow user to describe every file in a line. So I would like to have an input text box. Can you hint as to what changes I need to make to multifile.js get it this way with an input description box?</description>
		<content:encoded><![CDATA[<p>Is there any way of adding an input text box to every file upload box?<br />
Like I would like to allow user to describe every file in a line. So I would like to have an input text box. Can you hint as to what changes I need to make to multifile.js get it this way with an input description box?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mishu</title>
		<link>http://www.doingtheartwork.com/cakephp-working-multiple-files-uploads-ready-to-download-script/comment-page-1/#comment-5375</link>
		<dc:creator>mishu</dc:creator>
		<pubDate>Mon, 13 Oct 2008 14:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.doingtheartwork.com/?p=271#comment-5375</guid>
		<description>I&#039;ll update the files on my server with the issues you raised so there won&#039;t be further problems for other people</description>
		<content:encoded><![CDATA[<p>I&#8217;ll update the files on my server with the issues you raised so there won&#8217;t be further problems for other people</p>
]]></content:encoded>
	</item>
</channel>
</rss>

