Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我使用 CodeIgniter 文件上传类并使用以下命令重命名正在上传的图像:
$config['file_name']
我还需要使用吗
$this->security->sanitize_filename()
在用户上传的图像上?
刚刚设置$config['encrypt_name'];将自动重命名用户上传的文件或图像以获取更多信息,请查看文件上传库的用户指南
$config['encrypt_name'];
文件上传库