Hey,
I have a question to do you.
I want obtain a jpeg image from a html document.
I know how to use a xml document for obtain this image, but I have a html document now and I don't know how to do this.
Any idea?
Thanks,
Hi,
Do you mean that the server response is html? You could you use a regular expression.
If you have control over the server have it return json. That is the most efficient data transfer format.
- Ben