amazon-s3-php-class
amazon-s3-php-class copied to clipboard
putObject problem
Hi ,
i have problem when i upload file have Arabic character .
my code is here
S3::putObject(S3::inputFile($file, false), $bucketName, $uploadName2, S3::ACL_PUBLIC_READ);
and the content of uploded file like this اي شي How can Solve it ?