Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by vleesboom

  1. vleesboom

    How to post image from applet to php file?

    The class is a BufferedImage
  2. vleesboom

    How to post image from applet to php file?

    Thanks for your quick reply. The image I use is a JPEG file, that I loaded into the applet using getImage. Then I cropped the image and created the new (cropped) image using createImage. The name of the cropped image is cropImage. I defined it elsewhere in my code. How does that byte[] work...
  3. vleesboom

    How to post image from applet to php file?

    I am writing an applet that can crop an image and upload it to the server. I would like to post the image data to a .php file on the server using a form POST method. How to do this? I worked with HttpUrlConnections and DataOutputstreams, but I don't exactly know how to use it. The following...

Part and Inventory Search

Back
Top