Hi

Hi,

I need some help from experienced DataSnap users.

I am working on a project which uses a native Delphi XE3 DataSnap Server and an HTML Rest DataSnap Client.

The client is built with HTML5 Builder.

The server has a function which returns a plain bitmap in a TStream.

The client receives the bitmap data fine.

The question:
How can i pump the bitmap data into an image object whith PHP?

Thanks.

Comments

  1. I just found an answer to my question.

    If someone might be interested:

    I used the _URL version of the function call and passed the result to the ImageSource field of the image object and boom, all good.

    Although i am still curious how to do this with the non _URL version of the function.

    Regards

    ReplyDelete

Post a Comment