Azure blob storage has been implemented but its content type in the cloud showing octet-stream issue

47 Views Asked by At

We have implemented azure blob storage plugin in our project, and we have uploading multiple extension files like image pdf etc to the cloud, but in the cloud it shows content type as octet-stream. i have tried setting content type in stream_flush method, but it doesnt work.

i have tried adding additional params to the azure api createBlockBlob but it doesnt take extra params.

which method of the stream i have to set the content type? can anyone please suggest how to pass content type of the uploading file to the cloud ?

please help me to solve this issue.

thanks in advance

0

There are 0 best solutions below