문제

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

도움이 되었습니까?

해결책

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)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top