T
thierryParent66
Hi.
I am trying to load image from another domain and reading content.
How an I get the Image array of bytes after loading it.
What I want is to call a server (on another domain as the current
page) with parameters
then parse the image content to receive the server response stored in
the image.
With something like that :
Image = new image()
Image.src = "http://myserver2/myQuery?MyParameter"
---> Parse Image content ...
The server return the Image stream with the reponse (a string) .
Any Idea ?
Thierry
I am trying to load image from another domain and reading content.
How an I get the Image array of bytes after loading it.
What I want is to call a server (on another domain as the current
page) with parameters
then parse the image content to receive the server response stored in
the image.
With something like that :
Image = new image()
Image.src = "http://myserver2/myQuery?MyParameter"
---> Parse Image content ...
The server return the Image stream with the reponse (a string) .
Any Idea ?
Thierry