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..?
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..?
Comment