I'm uploading files with plupload using codeigniter. My problem is when there are special characters in the file name. Being that I have to record this original name.
When there is for example: 'copy' is saved in the database: 'copy'
Everywhere in the application I declare that I am using utf-8
Any suggestions?