I need to find syntax to do the following. I need to read the file header (size, last modified, etc), and later, the whole file content off the web server to the client.<br>
I have a .pdf file residing on the web server directory. I need to transfer its header to the client, and then, upon...