I have a file c:/localweb/img/안녕.png
when I use,
$data = file_get_contents('c:/localweb/img/안녕.png');
I have a not found exception. I guess this is because there are korean chars. The files' names need to use korean characters though.
Is there a way to get the file's data ? converting the string or something ?