hello, i need some advice on this.
currently, my program can transfer textual xml via http ie URLConnection, getOutputStream() and getInputStream()
i want to transfer image as well, is it easier to embed it inside the xml? if so, how? or is it easier to put a link in the xml stating the location of the image? but how to send the image over in the first place?
any kind soul pls advise
currently, my program can transfer textual xml via http ie URLConnection, getOutputStream() and getInputStream()
i want to transfer image as well, is it easier to embed it inside the xml? if so, how? or is it easier to put a link in the xml stating the location of the image? but how to send the image over in the first place?
any kind soul pls advise