Jump to content

BorisJu

Members
  • Content Count

    3
  • Joined

  • Last visited

Posts posted by BorisJu


  1. I'm trying to get data from an LPR camera. Data is in mixed TXT and JPG format. I am using THttpCli component with GET method in synchronous or asynchronous operation. Is it possible to read the contents of RcvdStream and then set the stream to zero (empty). I'm trying with RcvdStream.Seek (0,0) but all the past content is still in the stream on next event or next read the stream. The stream is TMemoryStream.

    Thanks in advance.

    Boris

×