0

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.

Jasonw
  • 5,054
  • 7
  • 43
  • 48
Tony
  • 287
  • 5
  • 19

1 Answers1

0

Azure blobs go to: http(s)://{storage-account-name}.blob.core.windows.net/{containername}/{blobname}

Pat Filoteo
  • 1,016
  • 6
  • 4