<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Multiple file upload with: Rails, File_Column plugin and MooTools</title>
	<link>http://www.silverscripting.com/blog/2007/12/18/multiple-file-upload-with-rails-file_column-plugin-and-mootools/</link>
	<description>Jean-Nicolas Jolivet's fantastic journey through web-development!</description>
	<pubDate>Thu, 11 Mar 2010 14:47:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: marks</title>
		<link>http://www.silverscripting.com/blog/2007/12/18/multiple-file-upload-with-rails-file_column-plugin-and-mootools/#comment-2320</link>
		<dc:creator>marks</dc:creator>
		<pubDate>Sun, 21 Sep 2008 07:22:26 +0000</pubDate>
		<guid>http://www.silverscripting.com/blog/2007/12/18/multiple-file-upload-with-rails-file_column-plugin-and-mootools/#comment-2320</guid>
		<description>it took me two days to get this working. Thank you too much.</description>
		<content:encoded><![CDATA[<p>it took me two days to get this working. Thank you too much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexey</title>
		<link>http://www.silverscripting.com/blog/2007/12/18/multiple-file-upload-with-rails-file_column-plugin-and-mootools/#comment-1035</link>
		<dc:creator>Alexey</dc:creator>
		<pubDate>Wed, 06 Aug 2008 20:28:00 +0000</pubDate>
		<guid>http://www.silverscripting.com/blog/2007/12/18/multiple-file-upload-with-rails-file_column-plugin-and-mootools/#comment-1035</guid>
		<description>Hello.
I am a bit confused about how to make mootools a main js-framework for rails? So that _remote functions could also work through it and all effects as well.</description>
		<content:encoded><![CDATA[<p>Hello.<br />
I am a bit confused about how to make mootools a main js-framework for rails? So that _remote functions could also work through it and all effects as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marra</title>
		<link>http://www.silverscripting.com/blog/2007/12/18/multiple-file-upload-with-rails-file_column-plugin-and-mootools/#comment-973</link>
		<dc:creator>Marra</dc:creator>
		<pubDate>Wed, 16 Jul 2008 16:07:36 +0000</pubDate>
		<guid>http://www.silverscripting.com/blog/2007/12/18/multiple-file-upload-with-rails-file_column-plugin-and-mootools/#comment-973</guid>
		<description>Thanks so much! It took me a lil while to get this working but I got it! Much thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks so much! It took me a lil while to get this working but I got it! Much thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SilverTab</title>
		<link>http://www.silverscripting.com/blog/2007/12/18/multiple-file-upload-with-rails-file_column-plugin-and-mootools/#comment-935</link>
		<dc:creator>SilverTab</dc:creator>
		<pubDate>Thu, 12 Jun 2008 18:02:00 +0000</pubDate>
		<guid>http://www.silverscripting.com/blog/2007/12/18/multiple-file-upload-with-rails-file_column-plugin-and-mootools/#comment-935</guid>
		<description>Hey glad my post could be useful to someone! ;)</description>
		<content:encoded><![CDATA[<p>Hey glad my post could be useful to someone! ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://www.silverscripting.com/blog/2007/12/18/multiple-file-upload-with-rails-file_column-plugin-and-mootools/#comment-934</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Thu, 12 Jun 2008 17:45:56 +0000</pubDate>
		<guid>http://www.silverscripting.com/blog/2007/12/18/multiple-file-upload-with-rails-file_column-plugin-and-mootools/#comment-934</guid>
		<description>Thanks for the time saver.  I already had a multi file upload setup, but I needed a clean and efficient script to allow for multiple inputs.  Your tutorial provided those very nicely :].</description>
		<content:encoded><![CDATA[<p>Thanks for the time saver.  I already had a multi file upload setup, but I needed a clean and efficient script to allow for multiple inputs.  Your tutorial provided those very nicely :].</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gus</title>
		<link>http://www.silverscripting.com/blog/2007/12/18/multiple-file-upload-with-rails-file_column-plugin-and-mootools/#comment-886</link>
		<dc:creator>Gus</dc:creator>
		<pubDate>Thu, 01 May 2008 19:38:50 +0000</pubDate>
		<guid>http://www.silverscripting.com/blog/2007/12/18/multiple-file-upload-with-rails-file_column-plugin-and-mootools/#comment-886</guid>
		<description>Hello, I´m kind of a newbie with RoR, I built a model where a user can have up to 5 images uploaded which are stored in the same model. I have a view which helps the user edit the information he is adding to his post. In this view I would like the user to be able to change the uploaded images (which up to now can be done without problems) and even delete one or two etc images without having to delete his entire posting. 
I´ve been searching for this some days from now and havent found anything. I saw in one forum a guy who tried setting the database filename column for the record to “NULL” or ”” and that did not work for the user so he had to build separate models the pictures, which I don´t want to do unless there is no other option.

I would appreciate any help. Thanks!</description>
		<content:encoded><![CDATA[<p>Hello, I´m kind of a newbie with RoR, I built a model where a user can have up to 5 images uploaded which are stored in the same model. I have a view which helps the user edit the information he is adding to his post. In this view I would like the user to be able to change the uploaded images (which up to now can be done without problems) and even delete one or two etc images without having to delete his entire posting.<br />
I´ve been searching for this some days from now and havent found anything. I saw in one forum a guy who tried setting the database filename column for the record to “NULL” or ”” and that did not work for the user so he had to build separate models the pictures, which I don´t want to do unless there is no other option.</p>
<p>I would appreciate any help. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.silverscripting.com/blog/2007/12/18/multiple-file-upload-with-rails-file_column-plugin-and-mootools/#comment-846</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sun, 16 Mar 2008 08:07:14 +0000</pubDate>
		<guid>http://www.silverscripting.com/blog/2007/12/18/multiple-file-upload-with-rails-file_column-plugin-and-mootools/#comment-846</guid>
		<description>Thank you for the detailed instructions of multi-file upload using file_column.

Do you know how we can add validation for the total file size of all objects prior to submitting a multi-file upload?</description>
		<content:encoded><![CDATA[<p>Thank you for the detailed instructions of multi-file upload using file_column.</p>
<p>Do you know how we can add validation for the total file size of all objects prior to submitting a multi-file upload?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SilverTab</title>
		<link>http://www.silverscripting.com/blog/2007/12/18/multiple-file-upload-with-rails-file_column-plugin-and-mootools/#comment-845</link>
		<dc:creator>SilverTab</dc:creator>
		<pubDate>Fri, 29 Feb 2008 03:48:32 +0000</pubDate>
		<guid>http://www.silverscripting.com/blog/2007/12/18/multiple-file-upload-with-rails-file_column-plugin-and-mootools/#comment-845</guid>
		<description>Nice work! Flash multi-upload is definitely sexier! :) I'll probably use it somewhere eventually, and offer my version on the side as a non-flash alternative (for those who *still* don't have flash installed ;) )</description>
		<content:encoded><![CDATA[<p>Nice work! Flash multi-upload is definitely sexier! :) I&#8217;ll probably use it somewhere eventually, and offer my version on the side as a non-flash alternative (for those who *still* don&#8217;t have flash installed ;) )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Cunningham</title>
		<link>http://www.silverscripting.com/blog/2007/12/18/multiple-file-upload-with-rails-file_column-plugin-and-mootools/#comment-844</link>
		<dc:creator>Justin Cunningham</dc:creator>
		<pubDate>Sun, 24 Feb 2008 18:15:56 +0000</pubDate>
		<guid>http://www.silverscripting.com/blog/2007/12/18/multiple-file-upload-with-rails-file_column-plugin-and-mootools/#comment-844</guid>
		<description>I made a Flash multiple file upload applet that includes a rails plugin to make it easy to use.  It's licensed under the LGPL, and is very customizable.  It is extensively documented, and usage screencasts are available.  Check it out at http://multibitshift.com.

JC</description>
		<content:encoded><![CDATA[<p>I made a Flash multiple file upload applet that includes a rails plugin to make it easy to use.  It&#8217;s licensed under the LGPL, and is very customizable.  It is extensively documented, and usage screencasts are available.  Check it out at <a href="http://multibitshift.com." rel="nofollow">http://multibitshift.com.</a></p>
<p>JC</p>
]]></content:encoded>
	</item>
</channel>
</rss>
