I written an DNN module that streams a blob image and displays the image on screen. In version 4.3.x it works fine, being able to stream and resize gif, png and jpg files.
For some reason, when i use the module with 4.4 it works with gif and png files but not for JPG images!
I only see place holders for all jpg files?? This makes no sense to me, I can only think there may be some new code in DNN that will affect a jpg blob? I've copied the blob data via SSIS from 4.4 to the 4.3 install, and the custom module is works fine. So I know the data is valid. (strange but true!)
Can anyone offer a reason why this may happens on version 4.4?
many thanks