Please can someone post some code or give a reference on how we can upload a blob to azure storage by splitting it into chunks and calling PutBlockList using REST and PHP. I have a reference to the same using .NET code here http://wely-lau.net/2012/02/26/uploading-big-files-in-windows-azure-blob-storage-with-putlistblock/
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Take a look at Windows Azure SDK for PHP: https://github.com/WindowsAzure/azure-sdk-for-php especially this: https://github.com/WindowsAzure/azure-sdk-for-php/blob/master/WindowsAzure/Blob/BlobRestProxy.php. You could either use the SDK as is or look at the code to understand how blob upload is implemented. |
|||||
|