如何在上传到coldfusion文件夹时更改图像名称
我正在 Coldfusion 中实现一个应用程序,我必须使用用户定义的名称而不是实际名称存储图像,我能够将图像存储到具有实际名称但不能使用用户定义名称的文件夹中,我必须将图像上传到名为“user_images”的文件夹中“,我如何用用户定义的名称更改实际名称。
如果有人提供代码就更好了。
谢谢
尤加尔
i am implementing a application in coldfusion in whis i have to store image with user defined name not actual name, i am able to store image into folder with actual name but not with user defined name ,i have to upload image into folder named "user_images", how can i change actual name with user defined name.
it will be better if any one provide code.
thanks
Yugal
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在使用 cffile 标签上传文件时提供特定的文件名。无论您在目标属性中使用什么文件名,都将用于保存文件。
You can provide a specific file name when you upload the file using the cffile tag. Whatever filename you use in the destination attribute will be used to save the file.