Wrong content type upload blob

Hi,

I’m using the Azure activities to upload some pdf files to a blob storage. I need the content type for the files to be “application/pdf” however when my workflow uploads the files to the storage the content type becomes “application/octet-stream”.

I have tried with both blank in the ContentType input of the Upload activity and also tried to preset “application/pdf” in this parameter. Both still makes the content type “application/octet-stream” in the storage.

If I try to upload the same files manually through the Azure Store Explorer the files will have content type “application/pdf” as needed.

Is this a bug? How can I change this?

Thanks!!

This seems to be a bug that the chunk is being uploaded but not the blob, do you have the latest AzureBlob update? Check below posts:

You can try a diffent way to do what you want:

1 Like