Reputation: 106
Is there an easy way to assign callback function for percentage uploaded in PHP - Amazon s3. Something similar to this File Download
but for upload?
Upvotes: 4
Views: 1351
Reputation: 4122
The AWS SDK for php 1.2.6 includes a runnable sample in _samples/cli-s3_progress_bar.php. which shows tracking upload/download progress.
Download here http://aws.amazon.com/releasenotes/PHP/1553377899765189
Upvotes: 2