This should work for you.  Just replace "cfargument name in component" with
the correct argument name and you should be all set.  The cfinvokeargument
is passing in the arguments for the cffunction of resize.

<cfinvoke 
    component="tmt_img" 
    method="resize">
    <cfinvokeargument 
        name="cfargument name in component" 
        value="#cffile.serverFile#">
    <cfinvokeargument 
        name="cfargument name in component" 
        value=""#form.id#.jpg">
    <cfinvokeargument 
        name="cfargument name in component" 
        value="250">
</cfinvoke>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324025
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to