MasterEx / myloader

a simple PHP file uploader
http://ammar.gr/myloader
11 stars 1 forks source link

Bug when uploading greek filenames #14

Closed AmmarkoV closed 13 years ago

AmmarkoV commented 13 years ago

Files become inaccessible when they have greek filenames!

AmmarkoV commented 13 years ago

almost fixed using utf8_decode($_FILES['uploadedfile']['name']);
( the greek text is converted to ? though which could be further improved.. But the files are accesible , so closing issue..!