post to web
in
Contributed Library Questions
•
3 years ago
hy,
in the imagetoweb part
ImageToWeb img = new ImageToWeb(this);
img.setType(ImageToWeb.PNG);
img.save("png",true);
img.post("test",url,"png-test",true, img.getbytes(a));
work with "jpg" but doesn't with "png" and without img.getbytes(a) it work too but give an image of the applet and i need a pgraphic.
have to save a drawing and png is much better.
did i miss something?
thx for your help.
adri
in the imagetoweb part
ImageToWeb img = new ImageToWeb(this);
img.setType(ImageToWeb.PNG);
img.save("png",true);
img.post("test",url,"png-test",true, img.getbytes(a));
work with "jpg" but doesn't with "png" and without img.getbytes(a) it work too but give an image of the applet and i need a pgraphic.
have to save a drawing and png is much better.
did i miss something?
thx for your help.
adri
1