how to send image via http post in java

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sandeepdhankar10
    New Member
    • Dec 2008
    • 36

    how to send image via http post in java

    hi experts,

    i need ur help.

    i want to send a image via http post along with the form data i.e image name etc

    to a specified url .. which is the url of a jsp servelt.

    NOTE:- I am sending image from a JFRAME which is opened separately along with the applet.

    i do some coding which i have attached below.
    but this give an error like..
    ="ISO-8859-1"?>
    <response>
    <error>null
    Error, your browser has not sent any information.
    Please try again or try it using another browser
    </error></response>


    pls help me out .. how to do this..?
    Attached Files
  • NitinSawant
    Contributor
    • Oct 2007
    • 271

    #2
    post the code you have done...

    Comment

    • NitinSawant
      Contributor
      • Oct 2007
      • 271

      #3
      you should use apache ecommons fileupload api to upload image files to web server

      Comment

      Working...