Using POST to send bitmap image with Java



In one of my Graphing programs written in Java, I am trying to send a
graphics image (.bmp) to HttpModule on the same server that hosts the
graphing applet.

I found some code on internet that helped me post text data to the
module.

Can someone suggest how I may post the graphics image binary data
using POST method
.



Relevant Pages

  • Re: Using POST to send bitmap image with Java
    ... Can someone suggest how I may post the graphics image binary data ... using POST method ... URL url = new URL; ...
    (comp.lang.java.programmer)
  • Re: Using POST to send bitmap image with Java
    ... Can someone suggest how I may post the graphics image binary data using ... When I was looking at this I thought that this really made more sense to use a PUT method to post the image, but the guy working on the PHP side insisted on using a POST method. ... If you are just sending a file to be saved to the server use PUT or POST. ...
    (comp.lang.java.programmer)
  • Re: Using POST to send bitmap image with Java
    ... graphics image to HttpModule on the same server that hosts the ... Can someone suggest how I may post the graphics image binary data using ... POST method ... high-level framework. ...
    (comp.lang.java.programmer)