<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<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: Flash image upload security with Ruby on Rails</title>
	<link>http://blog.vixiom.com/2006/12/18/flash-image-upload-security-with-ruby-on-rails/</link>
	<description>The Vixiom Blog :: Flex &#38; Flash on Rails</description>
	<pubDate>Tue,  2 Dec 2008 01:25:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>By: KreeK</title>
		<link>http://blog.vixiom.com/2006/12/18/flash-image-upload-security-with-ruby-on-rails/#comment-10976</link>
		<dc:creator>KreeK</dc:creator>
		<pubDate>Tue, 19 Dec 2006 15:06:54 +0000</pubDate>
		<guid>http://blog.vixiom.com/2006/12/18/flash-image-upload-security-with-ruby-on-rails/#comment-10976</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'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.vixiom.com/2006/12/18/flash-image-upload-security-with-ruby-on-rails/#comment-10603</link>
		<dc:creator>Katie</dc:creator>
		<pubDate>Tue, 19 Dec 2006 06:09:58 +0000</pubDate>
		<guid>http://blog.vixiom.com/2006/12/18/flash-image-upload-security-with-ruby-on-rails/#comment-10603</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>
