pathi - 2007-07-24

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.