I have a jpg blob thats been stored in an external DB and I\'m looking to display that as an image via php. The issue is whenever I set the Content-Type to
Content-Type
After continuing research I found this post PHP: create file from an HEX string
With the following code I fixed the issue.