Alan Holden said the following on 01/23/2011 06:59 PM: > The issue is that CFPOP named every attachment "unknownfile", > regardless of how generateUniqueFilenames was set.
Ouch, looking at this more closely and I see it is looking for the string literal of "YES" (case ignored). You're example in your first email used "true" so it was defaulting to boolean false. I've entered this as issue: http://code.google.com/p/openbluedragon/issues/detail?id=306 I'll have a patch on the issue tracker soon, however I don't have committing rights yet. You can apply my patch to a SVN BER and generate your own WAR, wait for Andy or Alan to commit the patch or use the workaround of "yes" for the value for the time being. Best, .Peter -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon official manual: http://www.openbluedragon.org/manual/ Ready2Run CFML http://www.openbluedragon.org/openbdjam/ mailing list - http://groups.google.com/group/openbd?hl=en
