Hi Elber,
        See, Basically GET is used to transfer small amounts of data which
if you have to transfer data in excess of 4KB or large data POST is the
preferred way , THere are a lot of reasons of doing so like data in POST is
invisible to the user, it is send in encrypted format.
, it can tranmit large amount of data.
        I think you should modfiy your design in such a way that the POST is
used to send such large amount of data

munsingh

May the Force be with you

> -----Original Message-----
> From: elberf [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, January 02, 2001 11:06 PM
> To:   [EMAIL PROTECTED]
> Subject:      doGet X doPost
>
> Dear users.
>
> My application consist in an applet-servlet
> communication.
> I use de doGet method in the servlet.
> I read somewhere that using GET, limit in 4K the amount
> of data that could be transfered between them. I can?t
> find this reference anymore.
> Does anyone knows if this limit is real and give me some
> reference that could explain that to me ?
>
> Thank you in advance.
>
> Elber.
>
>
> __________________________________________________________________________
> Compras de Natal com facilidade e seguranca?
> ShoppingBOL
> http://shopping.bol.com.br
>
> __________________________________________________________________________
> _
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
> body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to