P
Paul Porthouse
Hi.
I have successfully written an automatic file downloader in VB.NET
using webrequest but I can't find any information anywhere on how to
read in the filename that the server is sending.
Normally the server would specify it using the content-disposition
header, but that is not visible in any of the headers I have found.
The server is definitely sending the filename, as if you download it
using IE, the filename is there.
Any help would be appreciated.
Thanks
Paul
I have successfully written an automatic file downloader in VB.NET
using webrequest but I can't find any information anywhere on how to
read in the filename that the server is sending.
Normally the server would specify it using the content-disposition
header, but that is not visible in any of the headers I have found.
The server is definitely sending the filename, as if you download it
using IE, the filename is there.
Any help would be appreciated.
Thanks
Paul