I need to use CFFILE to upload a file from the browser onto the
webserver, then CFFTP to get the same file from the webserver onto a
separate FTP server. I know that it is an odd system, but it is
necesarry for this environment. My problem is that the CFFILE tag uses
NAMECONFLICT="MAKEUNIQUE" and uploads a renamed file. I need to find
what the file was named to on the webserver in order to pass it to the
RemoteFile and LocalFile attributes of the CFFTP tag.
Thanks in advance,
Sean