Amazon Simple Storage Service
Developer Guide (API Version 2006-03-01)
Print this pageEmail this pageGo to the ForumsView the PDFShare this page on TwitterShare this page on FacebookBookmark this page on DeliciousSubmit this page to RedditSubmit this page to DiggDid this page help you?  Yes  No   Tell us about it...

Using the AWS SDK for PHP for Multipart Upload

The AWS SDK for PHP provides support for the multipart upload API (see Uploading Objects Using Multipart Upload API).

High-level API

The high-level API simplifies the multipart upload flow. In just a few lines of code you can upload files to Amazon S3. This is recommended for simple file uploads.

Low-level API

The low-level APIs correspond to the multipart upload REST operations (see Using the REST API for Multipart Upload). Use the low-level API when you need to pause and resume multipart uploads, vary part sizes during the upload, or do not know the size of the data in advance. If you do not have these requirements, use the high-level API.