I am trying to find some way of copying images from one server to another - but am running into security traps everywhere.
I have not got ADO Stream available, and cannot find any way with XMLHTTP - so my last resort is either an Applet or Servlet.
I need to be able to connect to a supplied URL for an image, and copy it out to a stream, then read it back and copy to my server.
Anyone dne this before?
[bb]
I have not got ADO Stream available, and cannot find any way with XMLHTTP - so my last resort is either an Applet or Servlet.
I need to be able to connect to a supplied URL for an image, and copy it out to a stream, then read it back and copy to my server.
Anyone dne this before?
[bb]