<?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: Getting the size of a file in ColdFusion</title>
	<atom:link href="http://www.stillnetstudios.com/get-file-size-coldfusion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stillnetstudios.com/get-file-size-coldfusion/</link>
	<description>Web development notes and commentary from Ryan Stille</description>
	<lastBuildDate>Fri, 30 Jul 2010 20:41:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Helgi Hrafn Gunnarsson</title>
		<link>http://www.stillnetstudios.com/get-file-size-coldfusion/comment-page-1/#comment-1557</link>
		<dc:creator>Helgi Hrafn Gunnarsson</dc:creator>
		<pubDate>Wed, 21 Jul 2010 19:41:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.stillnetstudios.com/2008/02/13/get-file-size-coldfusion/#comment-1557</guid>
		<description>Leave it to ColdFusion to not have this basic functionality implemented until 2007. *sigh*

Thanks for the tips. :) It worked.</description>
		<content:encoded><![CDATA[<p>Leave it to ColdFusion to not have this basic functionality implemented until 2007. *sigh*</p>
<p>Thanks for the tips. <img src='http://www.stillnetstudios.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  It worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John DeGrood</title>
		<link>http://www.stillnetstudios.com/get-file-size-coldfusion/comment-page-1/#comment-365</link>
		<dc:creator>John DeGrood</dc:creator>
		<pubDate>Mon, 06 Oct 2008 16:01:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.stillnetstudios.com/2008/02/13/get-file-size-coldfusion/#comment-365</guid>
		<description>the getFileInfo(path) function only works if you are dealing with a file on your one server, what if I need to see the size of a file on a remote server before I allow users to download the file - trying to control bandwidth issues.</description>
		<content:encoded><![CDATA[<p>the getFileInfo(path) function only works if you are dealing with a file on your one server, what if I need to see the size of a file on a remote server before I allow users to download the file &#8211; trying to control bandwidth issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Stille</title>
		<link>http://www.stillnetstudios.com/get-file-size-coldfusion/comment-page-1/#comment-364</link>
		<dc:creator>Ryan Stille</dc:creator>
		<pubDate>Thu, 14 Feb 2008 14:29:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.stillnetstudios.com/2008/02/13/get-file-size-coldfusion/#comment-364</guid>
		<description>Doh!  I had looked all over the docs too see if I was missing something, but I guess I just didn&#039;t catch that.  I have used ImageInfo(), which returns info about an image, so I was sure there would be a FileInfo(), too, but there wasn&#039;t.

Anyway, good to know, thanks.</description>
		<content:encoded><![CDATA[<p>Doh!  I had looked all over the docs too see if I was missing something, but I guess I just didn&#8217;t catch that.  I have used ImageInfo(), which returns info about an image, so I was sure there would be a FileInfo(), too, but there wasn&#8217;t.</p>
<p>Anyway, good to know, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roland Collins</title>
		<link>http://www.stillnetstudios.com/get-file-size-coldfusion/comment-page-1/#comment-363</link>
		<dc:creator>Roland Collins</dc:creator>
		<pubDate>Thu, 14 Feb 2008 06:05:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.stillnetstudios.com/2008/02/13/get-file-size-coldfusion/#comment-363</guid>
		<description>In CF8, we have GetFileInfo(path) to retrieve all of this information :)</description>
		<content:encoded><![CDATA[<p>In CF8, we have GetFileInfo(path) to retrieve all of this information <img src='http://www.stillnetstudios.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
