I have a restlet that export data in json. So far, no problem. But now I have to export a jpeg. I think, really not sure, I have to convert the jpeg to base 64 ? IF I'm right, what is the command to do that ?
b
battk
06/16/2022, 7:25 PM
binary files ilke jpeg are represented as base64
battk
06/16/2022, 7:25 PM
you dont need to do anything to the contents
s
Simon
06/16/2022, 9:32 PM
Wow, Let me try it
z
Zoran R-DATAGRAM
06/20/2022, 8:05 PM
pdf files from FileCabinet also represnted as base64