how sequence events while upload heavy file to Amazon S3 ?

Posted by coolpawan4u on Stack Overflow See other posts from Stack Overflow or by coolpawan4u
Published on 2010-04-18T06:51:09Z Indexed on 2010/04/18 6:53 UTC
Read the original article Hit count: 189

Filed under:

Here i am getting problem while uploading heavy files e.g. 100MB. Files go to amazon s3 successfully but after that scripts waiting for if($flag == 1) and does not execute the rest of code. Can any one tell me the solution for this ?

if($s3->putObjectFile($uploadDIR, $bucket, $name, S3::ACL)) { $flag = 1; }

if($flag == 1) { //countine code }

© Stack Overflow or respective owner

Related posts about amazon-s3