I am still trying to wrangle this issue.
<cflock name="#CreateUUID()#" type="exclusive" timeout="30" throwontimeout="no"> <cfset PAGE_clean_SERVERFILE = replace(cffile.SERVERFILE," ","_","all")> <cffile action="RENAME" source="cffile.SERVERFILE#" destination="#PAGE_clean_SERVERFILE#"> </cflock> Since this is an avi file being uploaded on a fairly new server, does my MIME registration on IIS have anything to do with the cffile rename anomaly? I currently have it for video/avi. Any other ideas for me to check for, will help. Thanks, Michael > -----Original Message----- > From: Michael E. Carluen [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 18, 2007 3:09 AM > To: CF-Talk > Subject: File disappears after cffile rename > > Has anyone experienced having a file literally disappear after a <cffile > action="rename" ? > > > > This happens on CF8. but code works fine on 7.0.2. > > > > Any ideas? > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today ColdFusion 8 beta - Build next generation apps Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:291424 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

