Kurt, CF4.5 can't deal with stream data, but there are a couple workarounds. Can you post your Java code and let's see what we can suggest?
Chris ------------------------------------------------------------------ Chris Lomvardias [EMAIL PROTECTED] PublicBuy.Net 400 E. Pratt Street, Suite 300 Baltimore, MD 21202 (410)539-3737 x1722 voice (410)539-7302 fax [EMAIL PROTECTED] (pager via email) ------------------------------------------------------------------ -----Original Message----- From: Kurt Ward [mailto:[EMAIL PROTECTED]] Sent: Friday, June 14, 2002 9:29 AM To: CF-Talk Subject: Re: HTTP POST operation Well, that's what I thought too, but it isn't working that way. I am not submitting a form, I am making a connection to the server and sending the POST request along with the data I want sent but the debug in CF doesn't show the data anywhere... > Kurt, > > An http post is a form submission, so the chances are that the data should > be available in the form scope in CF. > > Do the http post to your CF page and check out the debug info in CF - the > info from the Java page should be displayed under the FORM variables, but if > not the URL variables. > > Hope that helps > > Regards > > Stephen > > ----- Original Message ----- > From: "Kurt Ward" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Friday, June 14, 2002 1:52 PM > Subject: HTTP POST operation > > > > I need to send an HTTP POST to a CF template from a Java application. How > > do I access the > > posted data? Or can I? CF version is 4.5 > > > > Thanks > > > > > ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

