Cyrille Thilloy wrote:

> Hi,
> Sorry to bug you with a silly question... My app is trying to HTTP/PUT
> an url under Netscape Enterprise Server 4.0 but
> I'm not sure if it is feasible. So if not what is the best way:
> - write a servlet handling the PUT request (I'm not sure it will work
> either)

it will work, why not?

> or
> - write a servlet handling a POST request and effectively putting the
> encoded content (pass as a parameter) in a web-controlled file

you can just use getParameter () on POST. It'll parse it automatically,
you don't need to do it by hand,

Ruslan

S/MIME Cryptographic Signature

Reply via email to