java文件上传文档
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.
我确定到目前为止,您已经全部使用cffile标记将文件上传到服务器或读取服务器上已经存在的文件,等等。
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.
克里斯·坎特雷尔(Chris Cantrell)指出了一个小窍门,我敢肯定你们中的一些人没有意识到,尤其是如果您遵循ColdFusion文档。
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.
这个tid位与一步上传和重命名文件有关,而不是使用2个cffile标记,一个用于上传,另一个用于重命名/移动文件。
The short story is that instead of just specifying the path to upload to you can specify the path and file name.
简而言之,您不仅可以指定要上传到的路径,还可以指定路径和文件名。
翻译自: https://www.sitepoint.com/file-uploads-and-mm-documentation/
java文件上传文档