Media Library API with Azure Blob Storage
Question
Nov 26, 2014
I am trying to add images to a media library using the API. I have the media library configured to store in Azure Blob Storage. Has anyone done this? I am using version 7.x. I've tried this: MediaFileInfo mfi = new MediaFileInfo(fuImage.PostedFile, 3, "images",500, 500, 50...