Hi,
I am trying to connect to a url and after submit, i get a WebImage array.
I wanted to store those WebImage, which I' am not sure how to do.
Say WebImage[] wi = wConv.getCurrentPage().getImages();
I have tried using wi[i].getSource().getBytes(), where i is an incremetor, but failed to get the image.
Can anyone please help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I am trying to connect to a url and after submit, i get a WebImage array.
I wanted to store those WebImage, which I' am not sure how to do.
Say WebImage[] wi = wConv.getCurrentPage().getImages();
I have tried using wi[i].getSource().getBytes(), where i is an incremetor, but failed to get the image.
Can anyone please help.