Question
Hex to base64 to image conversion
Hi,
I need to convert the hex data stored in database to image. I am aware about base64 to image.
Please suggest some points to convert hex code to base64.
I tried the function hex2base64, but is returning null value.
Note: Hex data is 65K chacracters long
Thanks
