下载时重写文件名(mod_rewrite)
我有一个保存上传内容的文件夹(/upload/0/)
上传文件时,程序会自动重命名文件,例如 file1.jpg 上传为 qzRTRWW。
我如何自动重命名该文件(与名称无关),但我想为其添加扩展名(jpg)。
我已经使用这样的重写规则进行了测试(在.htaccess中)
RewriteRule /upload/(.*).jpeg $1 [L]
但没有成功。
我在 apache 和 lighttpd 中也有睾丸。
有人吗?
多谢
I have a folder where the uploads are saved (/upload/0/)
When the file is uploaded, the program automatically renames the file for instance file1.jpg is uploaded as qzRTRWW.
How can I rename automatically that file (not matter of the name) but I want to add an extension to it (jpg).
I have tested using a rewrite rule like this (in .htaccess)
RewriteRule /upload/(.*).jpeg $1 [L]
but without success.
I have testes in apache an lighttpd too.
Anyone ?
thanks a lot
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论