I need to upload a file to Win Azure from Flex using PUT method.
In flex I can use URLRequest to upload the file but I don't know what is the URL of the Azure Serveces to file upload.
I need to upload a file to Win Azure from Flex using PUT method.
In flex I can use URLRequest to upload the file but I don't know what is the URL of the Azure Serveces to file upload.
Azure blobs go to: http(s)://{storage-account-name}.blob.core.windows.net/{containername}/{blobname}