RE: [cfaussie] Using CFHTTP

2011-04-03 Thread charlie arehart
..@ozemail.com.au Sent: Sunday, April 03, 2011 3:55 AM To: cfaussie@googlegroups.com Subject: [cfaussie] Using CFHTTP Hi, I am trying to dynamically submit data to an external website that required me to log into the admin of the site to manually submit data I am able to successfully cre

Re: [cfaussie] Using CFHTTP

2011-04-03 Thread AJ Mercer
; > > > *From:* cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] *On > Behalf Of *Steve Onnis > *Sent:* Monday, 4 April 2011 12:15 AM > *To:* cfaussie@googlegroups.com > *Subject:* RE: [cfaussie] Using CFHTTP > > > > FTP and POST data have nothing to do w

RE: [cfaussie] Using CFHTTP

2011-04-03 Thread Cassie Woolley
will not work because your script is effectively "not logged in". From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Steve Onnis Sent: Monday, 4 April 2011 12:15 AM To: cfaussie@googlegroups.com Subject: RE: [cfaussie] Using CFHTTP FTP and POST

RE: [cfaussie] Using CFHTTP

2011-04-03 Thread Steve Onnis
FTP and POST data have nothing to do with eachother. Either you submit POST or you upload via FTP From: rai...@ozemail.com.au [mailto:rai...@ozemail.com.au] Sent: Sunday, 3 April 2011 5:55 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Using CFHTTP Hi, I am trying to dynamically

[cfaussie] Using CFHTTP

2011-04-03 Thread raiola
Hi, I am trying to dynamically submit data to an external website that required me to log into the admin of the site to manually submit data I am able to successfully create a form page and submit the form to the path of the external site and the form data submits successfully with the form