For that I have made some adjustments on our website that look as follows:
- Code: Select all
Response.Buffer = true
Response.Expires = 0
Response.ContentType = "application/vpeview"
Set Download = Server.CreateObject("csFileDownload.BinFile")
Download.FileName = "c:\download\sample.vpe"
Download.StreamFile
Response.End
The webpage, however, opens the file itself (and shows it in the browser). It is possible to start the vpeviewer for this. When checking the registry I do not see an entry for this.
In your samples you show how to do this within the browser but I would like to do with only with the VPEviewer. Can this be done.
On the server we have W2003Enterprise, VPE2.5Enterprise.