$fp = fopen($local_path, w+");
$response = $s3->get_object($rest->getParameter("bucket_name"), $storage_path, 
array(
'fileDownload' => $fp,
)); 

If i try upload pic.jpg original file size=41860 uploaded file size=47588 both files image correct.

If i try uload use $s3->get_object and txt,html,xml files - his filesizes ok.

if i try uload JPG file from browser - https://console.aws.amazon.com/s3/home? image sizes=41860 - original size.

What check uploaded file for correct if i use check algoritm check uploaded file size and filesize from s3 - $s3->get_object_filesize?

Please help.

link|improve this question
Sorry binary files correct upload, i found where in my code his changed – wowik Dec 29 '11 at 11:13
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.