How to put a binary file(let say PDF) on memory for reading?

  • Thread starter Thread starter Cylix
  • Start date Start date
C

Cylix

The PDF is stored in server, I would like to copy the file from server
and put it on the client memory for reader, is it possible?
 
Cylix said:
The PDF is stored in server, I would like to copy the file from server
and put it on the client memory for reader, is it possible?

'FileCopy'/'File.Copy'.
 
Back
Top