Re: Urlconnection-setrequestproperty
"Murthy, Amarnath B" <[email protected]> Mon, 19 Aug 2002 16:10:07 -0400 (EDT)
| Newsgroups | gmane.comp.web.jigsaw |
|---|---|
| Message-ID | <208B6F3DEC11EC438EB351709B9BCF190959E6@satlrccdlmb01.delta.rl.delta.com> |
hi ,
set the contect type to "application/octet-stream"
eg : urlconnectin.setRequestProperty("Content-Type",
"application/octet-stream");
amar