Question

If I use the CodeIgniter File Upload Class and rename the image being uploaded using:

$config['file_name']

do I still have to use

$this->security->sanitize_filename()

on the image being uploaded by user?

Était-ce utile?

La solution

just set $config['encrypt_name']; will automatically rename users uploaded file or image for more information check user guide of File uploading library

File Upload Library

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top