grandnode2 icon indicating copy to clipboard operation
grandnode2 copied to clipboard

Proper content type missing while uploading image to blob storage causing image rendering issue when used in PDF generation

Open SunilParisi123 opened this issue 3 years ago • 0 comments

When we upload image to azure blob storage, content type was not getting set properly. It's getting default to application/octet-stream and this is causing issue when we use these pictures in PDF generation or browse in browser(When we browse URL instead of rendering image it's getting downloaded). Setting up content type for each file helps in rendering the image in browser instead of default download and also rendering in PDF properly.

SunilParisi123 avatar Aug 24 '22 15:08 SunilParisi123