ColdFusion cffile’s accept attribute does not work right?

Earlier today, while working on troubleshooting an issue, I started seeing some odd behavior in cffile.  When uploading a file supplied from a form, the accept attribute was rejecting files that should not be rejected.  I decided to set up a little test, to get to the root of the issue.

Continue reading "ColdFusion cffile’s accept attribute does not work right?"

Dynamic creation of variables, based upon a database table

The other day, as I fiddled with my weekend project, I stumbled into a concept that I had not thought of previously.  I was looking to make it as easy as possible to make the app multi-lingual.  In trying to separate the application from the translations, I came up with an interesting technique.   [gist …

Continue reading "Dynamic creation of variables, based upon a database table"