在服务器上传后重命名文件名

在服务器上传后重命名文件名

问题描述:

如何在服务器上传后重命名文件名。

例如:

旧名称:abc.jpg

新名称:20141014 .jpg

请任何人帮我这个......

谢谢

How can Rename file name after upload in server.
for example:
old name:abc.jpg
new name:20141014.jpg
please any one help me regarding this...
thanks

我想您可以在将文件保存在服务器上时更改文件的名称。您可以将guid值或datetime值用于唯一名称。



看一下这篇文章这篇文章^
Hi, I think you can change the name of the file while you are saving it on the server. You can use the guid values or datetime values for unique names.

Take a look at this post this post^