I’m sure by now you’ve all used the cffile tag to upload a file to your server or to read a file already on your server etc.
Chris Cantrell points out a tid bit I’m sure a few of you didn’t realize, especially if you follow the ColdFusion docs to the letter.
This tid bit has to do with uploading and renaming a file all in one step instead of using 2 cffile tags, one to upload and the other to rename / move the file.
The short story is that instead of just specifying the path to upload to you can specify the path and file name.
Related posts:
- Why File Naming is More Important Than You Think Have you ever completed a web system only to find...
- Swipe This! Use A Swipe File For Inspiration Swipe files are a great way to compile inspiring ideas....
- Introducing php-tracer-weaver php-tracer-weaver is a tool for automatically generating docblock comments, with...
- How to Install MySQL Installing MySQL is easier than you think. Craig provides a...






