Re: tcpclient and cfhttp -- how to post data?

2001-12-13 Thread Greg Saunders
Both your method and Dave's method worked beautifully -- thanks to both of you! I tried Stretch and also recommend it. Here's the direct URL for anyone else who's interested: http://www.kestral.com.au/devtools/stretch/ greg At 03:44 PM 12/13/2001 -0500, Lewis Sellers wrote: >On

RE: tcpclient and cfhttp -- how to post data?

2001-12-13 Thread Dave Watts
> Thanks to everyone who responded on this. I'm still stumped, but I > think it's just a simple syntax question related to TCPClient. I > actually wasn't trying for multiple encodings in a single form post > -- sorry for the confusion. > > I simply want to post form data like this: > > [

Re: tcpclient and cfhttp -- how to post data?

2001-12-13 Thread Lewis Sellers
On Thu, 13 Dec 2001 14:09:04 -0600, Greg Saunders <[EMAIL PROTECTED]> wrote: >> >> >> >> >> > >But I'm not sure what to do with the data. I suspect something like this: > >> It just follows the separating blank line without any fanfare, like: >Maybe this is suppressing form data somehow? I'

Re: tcpclient and cfhttp -- how to post data?

2001-12-13 Thread Greg Saunders
Thanks to everyone who responded on this. I'm still stumped, but I think it's just a simple syntax question related to TCPClient. I actually wasn't trying for multiple encodings in a single form post -- sorry for the confusion. I simply want to post form data like this: [EMAIL PROTE

Re: tcpclient and cfhttp -- how to post data?

2001-12-13 Thread lsellers
At 12:39 PM 12/13/2001 -0600, you wrote: >OK, I'm learning about some of the pain referenced below ;-) > >I'm trying to perform an HTTP post operation, but I can't figure out how to >do it with TCPClient. I know I need to change the method from GET to POST: > > > >But I don't know how t

Re: tcpclient and cfhttp -- how to post data?

2001-12-13 Thread Jon Hall
" <[EMAIL PROTECTED]> Sent: Thursday, December 13, 2001 1:39 PM Subject: Re: tcpclient and cfhttp -- how to post data? > OK, I'm learning about some of the pain referenced below ;-) > > I'm trying to perform an HTTP post operation, but I can't figure out how t

RE: tcpclient and cfhttp -- how to post data?

2001-12-13 Thread Dave Watts
> I'm trying to perform an HTTP post operation, but I can't figure > out how to do it with TCPClient. I know I need to change the method > from GET to POST: > > > > But I don't know how to set the form data. By default, when form data is sent to a server, it's encoded just like URL data

Re: tcpclient and cfhttp -- how to post data?

2001-12-13 Thread Greg Saunders
OK, I'm learning about some of the pain referenced below ;-) I'm trying to perform an HTTP post operation, but I can't figure out how to do it with TCPClient. I know I need to change the method from GET to POST: But I don't know how to set the form data. Also, is it possible to use