Doug Brown wrote:
> What about something like so. Am I way off? It checks before the image is
> uploaded.

No amount of CFML code can prevent the BANDWIDTH from being used, 
because the CFML code in your .cfm page doesn't get executed until 
*AFTER* the web server receives the complete request headers and the 
request body (ie, the form post).  *THEN* the CFML starts to execute.

If the goal is to prevent the bandwidth use then you have to have the 
web server SEVER the connection when the post data reaches a certain point.

Rick

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262937
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to