B
Bob Jones
I am using ASP.NET 2.0 w/ c#. I have an Http handler that intercepts
any request labeled .file. I am trying to have this handler serve up a
file from a remote location (public) and I do not want to have read
the file from the remote server first then stream it through my server
to the client.
What I am looking to do is make an HttpHandler tell the browser client
to start downloading a file from a remote location so the bandwidth
used is from the remote server and not my web server.
I have been playing around with content-disposition to make this
happen but it seems that you cannot tell the browser to use a remote
http location to get the file.
Can anyone direct me to hwo I can accomplish this?
any request labeled .file. I am trying to have this handler serve up a
file from a remote location (public) and I do not want to have read
the file from the remote server first then stream it through my server
to the client.
What I am looking to do is make an HttpHandler tell the browser client
to start downloading a file from a remote location so the bandwidth
used is from the remote server and not my web server.
I have been playing around with content-disposition to make this
happen but it seems that you cannot tell the browser to use a remote
http location to get the file.
Can anyone direct me to hwo I can accomplish this?