streaming files with web server in asp.net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to have a <webserver> routine (.asmx) that will accept a string value
(This value is a server/URL that will point to a .pdf file on another server
somewhere). Have this file streamed back to the client server or localhost
where I can manipulate the file by reading the contents or saving the file.
Can someone point me where I can get information on how to accomplish this.
 
Back
Top