 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
C.H. Luke Guest
|
Posted: Wed Jun 07, 2006 1:26 am Post subject: Response.SetCustomHeader('Transfer-Encoding', 'chunked') |
|
|
What is the proper way to send a Web enabled .Pdf to the user's
browser in a "chunked" fashion? I think there are 3 methods
involved, but I can't get them to work. They are:
Response.ContentStream := my_fyl_strm;
Response.SetCustomHeader('Transfer-Encoding','chunked');
Response.SendResponse;
Note that I can get the .pdf to transfer OK without setting the custom
header (just commenting out that line). I'm unsure of how to use the
chunking once the custom header has been set. I need a code snippet.
Thanks in advance. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|