class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
The problem I'm reporting occurs when I try to send a file that has special characters. Even though the file_auto_rename enabled, it does not work correctly. For example:
Original file: teste com acentuação.jpg Output what happens: testecomacentuayy.jpg Output expected: teste_com_acentuacao.jpgReply
The problem I'm reporting occurs when I try to send a file that has special characters. Even though the file_auto_rename enabled, it does not work correctly. For example:
Original file: teste com acentuação.jpg
Output what happens: testecomacentuayy.jpg
Output expected: teste_com_acentuacao.jpg