ok. It has been awhile since I posted this. I am back down to needing this. Previously I solved this by just keeping a copy of the image locally and had one of the mysql fields point at it. But I now need to store them centrally rather than on a specific server.
So I am uploading the image to s3. The path to the image is, for example:
s3://substantiator-images/Screenshot from 2021-02-24 06-31-17.png
I will keep this path in a mysql column.
Right now I keep the path to the image in the mysql column, for example:
assets/uploads/thumbnails/a34c0-screenshot-from-2019-04-21-15-46-17.png
and koolreport handles it perfectly.
Will I need to modify the path so koolreport can handle it?
Or worst case, I can bring down the image and place it temporarily on the hard drive so koolreport can use it, but it it ugly, from a speed POV.