- php://input empty on Azure
Tuesday, December 23, 2014, 4:46:00 PM
I'm posting a complex JSON object to my Azure IIS running PHP 5.4 using AngularJS: var request = $http({ method: "post", url: "/php/mail.php", data: $scope.contactForm, headers: {...
- cannot Create blob REST proxy $blobRestProxy (azure)
Monday, December 22, 2014, 5:24:00 PM
I try to store documents on azure storage.... I wrote a code and run it in localhost, it work(it has file on azure). But when I deploy it to azure, it does not work anymore. So I try to echo step b...
- 404 error when clicking on internal links site on the Azure platform
Saturday, December 20, 2014, 7:21:00 PM
Trying to deal with Microsoft Azure. Put a few of the applications and each occurs 404 error when clicking on internal links. In the window says "The resource you are looking for has been removed,...
- Getting the url of a Blob just uploaded to Azure storage via PHP
Sunday, December 14, 2014, 8:36:00 PM
I have no problem uploading a blob to Azure via PHP like this: $blobRestProxy->createBlockBlob("saskcontainer", $blob_name, $content); but I cannot get the URL of the newly created blob. The...
- Use form post (php) to upload a file to Azure storage, and return the link
Saturday, December 13, 2014, 11:42:00 PM
I have read a number of solutions here and elsewhere that show how a upload a file to an Azure Blob storage. I have the php code working below when the file is hard coded (followed the MS tutorial)...
