ListMultipartUploads Method
Lists current multipart uploads.
Object Oriented Interface
public function doListMultipartUploads();
Procedural Interface
incloudstorage_amazons3_do_listmultipartuploads($res);
Remarks
This method lists the current multipart uploads. When called the Objects collection will be populated with one object for each upload. The results include information such as ObjectName, UploadId, etc. The ObjectList event will also be fired for each upload and the same information will be provided within the event.