RE: Need help with CFHTTP

2002-09-23 Thread Mark A. Kruger - CFG
I would get rid of the NAME and delimeter attributes and try simply getting the file first. Does that work? Can you get the raw contents of the file (without putting it into a query). Also, is the Cfhttp actually pointed at a filename? Or does it point to a cfm page that delivers up the file?

RE: Need help with CFHTTP

2002-09-23 Thread Bryan Love
well first off the only two valid characters for the delimiter are a tab or comma and you are using a semi-colon. Here is the excerpt from CF Help: GET file into a query -- To download a file in a ColdFusion page so that a query can be built using the file, the file must be either

RE: Need help with CFHTTP

2002-09-23 Thread Mitko Gerensky-Greene
In fact, by adding the textqualifier attribute I am now able to see the content of the text file: cfhttp method=get name=PHAPlansQuery URL=http://www.hud.gov/offices/pih/pha/received/#fiscalyear#/#fieldoffice#-#fiscalyear#.txt; delimiter=; textqualifier= And yes, it is

RE: Need help with CFHTTP

2002-09-23 Thread Mark A. Kruger - CFG
. -mk -Original Message- From: Mitko Gerensky-Greene [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 3:27 PM To: CF-Talk Subject: RE: Need help with CFHTTP In fact, by adding the textqualifier attribute I am now able to see the content of the text file: cfhttp method=get name

RE: Need Help for cfhttp

2001-04-18 Thread JustinMacCarthy
Look at cfx_http in the taggallery... Justin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 18, 2001 2:50 PM To: CF-Talk Subject: Need Help for cfhttp Hi, I have a cfm page that needs access to https site to get files back to