You probably need to urlencode() the name:
$url = "http://filedownload.s3.amazonaws.com/" . urlencode("cénari.txt");
igorw
2010-07-14 11:25:02
You probably need to urlencode() the name:
$url = "http://filedownload.s3.amazonaws.com/" . urlencode("cénari.txt");