thank you very much one 2nd
i got my quary solved
one more question
how can i send back file data from
servlet to applet before saving it into database using HttpClient just like HttpConnection two way circle?
what should i add Content-type for response, again multipart/form-data? or since it is present as binary data in inputstream hence it should it be
application/octet-steam?
should i add FileItem objects to outputstream directly?
please write couple of lines of code
[ November 26, 2007: Message edited by: Nidhi Nagre ]