Question

We have hosted some downloadable files on our different server due to bandwidth problem. Now we want to download those files using an ASP script from our current server.

But how could we know the absolute path of that particular server using ASP script ?

regards sk

Was it helpful?

Solution

Not 100% sure of what you're asking...

If the remote files are within a website on the remote server, you van reference them directly. If they are managed within your application, you may need to build some additional web service/httphandler or "asp" page that retrieves and serves the image (binary write, setting mime type etc)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top