Cold Fusion Tags Not Supported
The following tags have been disabled on our web structure:
CFREGISTRY tag
CFADMINSECURITY tag
CFFTP tag
Cold Fusion Sample Code
Dynamic determining of path:
<cfif isdefined("Form.NewFile")>
   <cfset CurrentDir=GetDirectoryFromPath(ExpandPath("*.*"))>
   <cffile
      action="upload"
      filefield="NewFile"
      destination="#CurrentDir#"
      accept="text/plain"
      nameconflict="MakeUnique">
</cfif>