Re: how to get the Content Length

2000-11-29 Thread Prabhu bharat
hi varun does this method Request.ServerVariables("content_length") gives nonzero output bharat. - Original Message - From: Varun [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 29, 2000 10:12 AM Subject: how to get the Content Length hi i want

how to get the Content Length

2000-11-28 Thread Varun
hi i wanted to know the equivalent of Request.ServerVariables("content_length") of ASP in Jsp, since i program in Asp's.ive just shifted to Jsp's Regards Varun === To unsubscribe: mailto [EMAIL PROTECTED] with body:

Re: how to get the Content Length

2000-11-28 Thread Bala Murali
u can use getContentLength() method. hope it works murali [EMAIL PROTECTED] 11/29/00 12:42:51 PM hi i wanted to know the equivalent of Request.ServerVariables("content_length") of ASP in Jsp, since i program in Asp's.ive just shifted to Jsp's Regards Varun