Maybe you can get what you want if you take a look at the File Upload Page
on www.orionsupport.com (at least when the site can be accessed - it's
great, but seems ot be too popular for it's own good, and can't be accessed
half of the time)

        --peter

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Fyffe Carl
Sent: Thursday, April 12, 2001 6:22 AM
To: Orion-Interest
Subject: RE: parsePostData

Frank,

Did you figure this problem out?  I have been having the same problem and
hope you can shed some light on the subject.

Ernie,

Because it is nice to have all of the data in one variable that isn't a
request object.  Just my two cents.

Carl

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Frank LaRosa
Sent: Monday, April 09, 2001 12:51 AM
To: Orion-Interest
Subject: parsePostData


I'm having some trouble parsing form data in a JSP page.

I'm using this code:

Hashtable ht = HttpUtils.parsePostData( request.getContentLength(),
request.getInputStream() );

The result is always a Hashtable with a size of zero, even though there
should be data in the form.

I posted the form with <form method="POST" action="myPage.jsp">. Can anyone
spot what I'm doing wrong? Thanks.




Reply via email to