RE: [KCFusion] CFHTTP problems under CF5

2001-08-16 Thread Keith Purtell

A partial response to my own post. I changed the URL to a Web page on the
same server as this CF template, and it was successful. That tells me the
original problem is one of getting through the proxy server. Still don't
know why it worked on CF 4 and is broken under CF 5, or what to do about it.
Searching through various archives has revealed that other people
dissatisfied with CFHTTP have devised complex solutions using CFFILE or
CFOBJECT. Don't want to go there just to see if a single Web page is up.

Keith Purtell, Web/Network Administrator
VantageMed Operations (Kansas City)
Email:  [EMAIL PROTECTED]

CONFIDENTIALITY NOTICE: This email message, including any attachments, is
for the sole use of the intended recipient(s) and may contain confidential
and privileged information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the intended recipient, please
contact the sender by reply email and destroy all copies of the original
message.

-Original Message-
Sent: Wednesday, August 15, 2001 5:05 PM
Subject: [KCFusion] CFHTTP problems under CF5

My problems with CFHTTP continue. It's been broken since I upgraded to CF5.
I was getting proxy authorization errors, now suddenly it's saying unknown
mime type. Eh? I've tried a lot of variations on my attribute values without
luck. Also surveyed CF Admin for relevant settings. Here's the tag
(asterisks replaced by real code on our server) ...

CFHTTP
URL=http://www.vantagemed.com/index.htm;
METHOD=GET
RESOLVEURL=YES
PROXYSERVER=192.168.***.***
PORT=8080
USERNAME=**
PASSWORD=**
THROWONERROR=No
TIMEOUT=120



 
 
__
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives http://www.mail-archive.com/cf-list@kcfusion.org
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe mailto:[EMAIL PROTECTED]
To Unsubscribe mailto:[EMAIL PROTECTED]
 



[KCFusion] Macromedia Consulting is No More

2001-08-16 Thread Daryl Banttari

Hi everyone--

Macromedia Consulting is being dissolved, and most of the people who remain
in that org unit are being moved to Premier Support.  Or rather, the org
unit formerly known as Premier Support.

Not everyone can make this transition-- some will be laid off.  They are
asking us for volunteers.

Frankly, I'm horribly torn, vacillating rapidly from stay to go.

With the layoffs that have already occurred, I've made it a point to /not/
look around at the job market, because I had committed to Grant Szabo
(Dir/Consulting) that I would stay for the duration.  However, the
duration of my current job (whether or not I stay at Macromedia) has found
its limit.  My choices are: Stay on as a tech support person, or leave for
other pastures.

I want to make an informed decision, so my question is: how green are
those pastures in Kansas City?

If you're interested, my resume can still be found at
http://www.windsorcs.com/resume.htm

Thanks,

Daryl Banttari
Sr. Consultant [for now]
Macromedia Consulting [while it lasts]



 
 
__
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives http://www.mail-archive.com/cf-list@kcfusion.org
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe mailto:[EMAIL PROTECTED]
To Unsubscribe mailto:[EMAIL PROTECTED]
 



[KCFusion] CFFile and CFFTP

2001-08-16 Thread cfhelp








I need to upload an image to a remote server. I do not know
the directory path for the CFFile tag. 



I need to check that the image is gif or jpg. Then I need to tell if it is gif or jpg
in order to name it on the server.



I can't get anywhere with this.



cfftp connection=ftoconection action=OPEN
server=209.15.111.86 username=theusername
password=thepassword

cfftp connection=ftoconection action=CHANGEDIR
directory=FTP

cfftp connection=ftoconection action=CHANGEDIR
directory=NewBooks

cfftp connection=ftoconection action=CREATEDIR
directory=#TheNewDirectory#

cfftp connection=ftoconection action=CHANGEDIR
directory=#TheNewDirectory#

 

cfftp connection=ftoconection localfile=#Pic# remotefile=#Pic# action=PutFile







I need to tell what kind of image file it is to name the remotefile



This will upload the file but it has a tmp
ext.





Rick Eidson