I'm an ASP blokey just getting to grips with ColdFusion. What I want to do is create a directory for a user to upload files from a form to. The directory should be named after their unique session id. Once everything has been confirmed, then the files will be moved to the files directory.
What...