Skip to content Skip to sidebar Skip to footer

Fine-uploader Azure Originator In Request Instead Of Endpoint

I am attempting to put blobs to azure storage and I believe I have the server side sas and azure CORS set up correctly. In my html I have var uploader = new qq.azure.FineUploader(

Solution 1:

Have you permitted PUT request in AllowedMethods while you set CORS rules?

enter image description here

I took your code with Fine Uploader 5.14.2 to upload an image file to Azure storage. It works fine on my site.

enter image description here

And here is a similar question from SO: Azure CORS Configuration

Post a Comment for "Fine-uploader Azure Originator In Request Instead Of Endpoint"