<?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: Flash image upload security with Ruby on Rails</title>
	<atom:link href="http://blog.alastairdawson.com/2006/12/18/flash-image-upload-security-with-ruby-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.alastairdawson.com/2006/12/18/flash-image-upload-security-with-ruby-on-rails/</link>
	<description>Development with Flex, Ruby, Java, and More...</description>
	<lastBuildDate>Mon, 26 Jul 2010 16:15:58 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: KreeK</title>
		<link>http://blog.alastairdawson.com/2006/12/18/flash-image-upload-security-with-ruby-on-rails/comment-page-1/#comment-322</link>
		<dc:creator>KreeK</dc:creator>
		<pubDate>Tue, 19 Dec 2006 15:06:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vixiom.com/2006/12/18/flash-image-upload-security-with-ruby-on-rails/#comment-322</guid>
		<description>The RMagick code gets called after the file has been uploaded and it goes in your controller or model (whichever is handling file uploads).

It&#039;s possible to check the size in Flash before you send the file ( file.size http://livedocs.macromedia.com/flash/8/main/00002223.html )

If you still want to call a Ruby method as a file is being uploaded you could use Flash remoting ( http://blog.vixiom.com/2006/08/23/flash-remoting-for-rails-tutorial/ )</description>
		<content:encoded><![CDATA[<p>The RMagick code gets called after the file has been uploaded and it goes in your controller or model (whichever is handling file uploads).</p>
<p>It&#8217;s possible to check the size in Flash before you send the file ( file.size <a href="http://livedocs.macromedia.com/flash/8/main/00002223.html" rel="nofollow">http://livedocs.macromedia.com/flash/8/main/00002223.html</a> )</p>
<p>If you still want to call a Ruby method as a file is being uploaded you could use Flash remoting ( <a href="http://blog.vixiom.com/2006/08/23/flash-remoting-for-rails-tutorial/" rel="nofollow">http://blog.vixiom.com/2006/08/23/flash-remoting-for-rails-tutorial/</a> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Katie</title>
		<link>http://blog.alastairdawson.com/2006/12/18/flash-image-upload-security-with-ruby-on-rails/comment-page-1/#comment-321</link>
		<dc:creator>Katie</dc:creator>
		<pubDate>Tue, 19 Dec 2006 06:09:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vixiom.com/2006/12/18/flash-image-upload-security-with-ruby-on-rails/#comment-321</guid>
		<description>At what point does the RMagick ruby code get called?  And where might you put it?

Is it possible to call some ruby on a file as it i being uploaded?

If this *was* possible, then maybe we could use ruby to monitor if the file size goes over a certain limit?</description>
		<content:encoded><![CDATA[<p>At what point does the RMagick ruby code get called?  And where might you put it?</p>
<p>Is it possible to call some ruby on a file as it i being uploaded?</p>
<p>If this *was* possible, then maybe we could use ruby to monitor if the file size goes over a certain limit?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
