You may post here on any subjects related to this site or the software therein.
(Most everything on this site is tied into the forums so that you may leave or post comments about it.)
I am getting an error "The QUERY attribute of the tag does not specify the name of an available query". Everything seems fine at the hosting end.
<cfx_directory name="filedetails" action="list" directory="#ExpandPath(`Parents`)#" filter="#ID#_*" username="joe" password="123">
<cfoutput query="filedetails">
<cfset upfile1 = filedetails.name>
</cfoutput>