java - retrive data from url in jnlp orgram using servlets -
i writing jnlp program in jsp file. have send data patientid, patientname servelt. can please tell how can achieve that? have tried servlet form upload. code didn't work me
the url is
http://localhost:9060/demo/documentpdfupload?patientid="+patientid+"&visitid="+visitid+"&docid="+documentid+"&docgroup="+docgroup+"&crby="+crby and multipart request..
Comments
Post a Comment