I’ve been making a couple of modifications to dmFile, but have generally come back to the default dmFile.cfc
included in Core. However, I have a strange problem in that when I use the Webtop to upload a file, I’m getting three copies of the file. The original, and then xxx1, xxx2, xxx3. The database stores the xxx3 version.
The parameter for ftSecure=“false” and in server specific vars after Init, I have the following:
<cfset application.fc.lib.cdn.setLocation(name="publicfiles", cdn="local", fullpath="E:/inetpub/wwwroot/farcry/projects/clientproj/www/sites/default/files",urlpath="/sites/default/files") />
<cfset application.fc.lib.cdn.setLocation(name="privatefiles", cdn="local", fullpath="E:/inetpub/wwwroot/farcry/projects/clientproj/www/sites/default/files",urlpath="/sites/default/files") />
Where should I be looking to try to debug why I might be getting the multiple, duplicate upload?
PS. I’m running Adobe Coldfusion 11 on Windows Server with MS-SQL Server on FC 7.2.5