Hey guys, I am trying to use a simple cfimage to resize a tmp image but its not working... am I doing it correctly?
<cfimage action="resize" height="300" source="#form.adminfileupload#" width="300" name="form.adminfileupload">
After it goes through that function I am trying to rename the tmp file. Is this the proper way to do this in ColdFusion?
Thanks