Posts by alifoz • 11 points
1 post
-
1
votes2
answers650
viewsA: How to return Datasnap Server image and show in browser
I have a question about this topic. I have the following code working on the XE8: foto := 'teste.jpg'; if FileExists(foto) then begin lStm := TStringStream.Create; lStm.LoadFromFile(foto);…