Dola Woolfe wrote:

Hi,

This question will reveal how little I know about
networking or http or something else.

Basically I wrote an applet that sends data to a
servlet. I do it by forming a url with a query string
(GET). But this doesn't work when there's too much
data.

What are my options?
Is it possible to use POST?

This article: http://www.javaworld.com/javaworld/javatips/jw-javatip34.html
gives a sample applet that uses HTTP POST.

Glen

Or, better yet, is it possible to send a java object
by creating a socket connection with the servlet?

Very many thanks in advance!

Dola



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to