Re: cfhttp does not post zip files

2005-08-12 Thread Jerry Johnson
Ah. My bad. That attribute was added as of 6.1 Ok, back to the beginning. What did you specify in the cfhttp line as far as file, value, type and name params? On 8/11/05, Jonathon Adam [EMAIL PROTECTED] wrote: CF 5 ~| Logware

Re: cfhttp does not post zip files

2005-08-12 Thread Jonathon Adam
-To: cf-talk@houseoffusion.com To: CF-Talk cf-talk@houseoffusion.com Subject: Re: cfhttp does not post zip files Date: Fri, 12 Aug 2005 09:21:13 -0400 Ah. My bad. That attribute was added as of 6.1 Ok, back to the beginning. What did you specify in the cfhttp line as far as file, value, type and name

RE: cfhttp does not post zip files

2005-08-12 Thread Dave.Phillips
9:48 AM To: CF-Talk Subject: Re: cfhttp does not post zip files [snip] CFHTTPPARAM TYPE=FILE NAME=F1 FILE=C:\inetpub\wwwroot\dev\fileTransfer\export\DATE_OURAPP_TO_YOURAPP.zip [snip] ** The information

RE: cfhttp does not post zip files

2005-08-12 Thread Jonathon Adam
PROTECTED] Reply-To: cf-talk@houseoffusion.com To: CF-Talk cf-talk@houseoffusion.com Subject: RE: cfhttp does not post zip files Date: Fri, 12 Aug 2005 11:21:29 -0500 Just out of curiosity have you tried CFHTTPPARAM TYPE=formfield NAME=f1 file=C:\...blah blah ?? I don't know if it will work

Re: cfhttp does not post zip files

2005-08-11 Thread Jerry Johnson
you might need to specify the multipart attribute, to send the data as a multipart/form-date content-type. On 8/11/05, Jonathon Adam [EMAIL PROTECTED] wrote: I am trying to post a .zip file to a server outside our firewall/environment, but the CFHTTP with POST doesn't post the file. The code

Re: cfhttp does not post zip files

2005-08-11 Thread Jonathon Adam
f.length(): 1027 Thanks again, From: Jerry Johnson [EMAIL PROTECTED] Reply-To: cf-talk@houseoffusion.com To: CF-Talk cf-talk@houseoffusion.com Subject: Re: cfhttp does not post zip files Date: Thu, 11 Aug 2005 15:47:48 -0400 you might need to specify the multipart attribute, to send the data

Re: cfhttp does not post zip files

2005-08-11 Thread Jerry Johnson
If you look at the documentation for the cfhttp tag, it has a multipart attribute (not enctype, not mimetype). cfhttp ... multipart=yes That should get you there. On 8/11/05, Jonathon Adam [EMAIL PROTECTED] wrote: Thanks for the reply. If you are talking about something like this it didnt

Re: cfhttp does not post zip files

2005-08-11 Thread Jonathon Adam
[EMAIL PROTECTED] Reply-To: cf-talk@houseoffusion.com To: CF-Talk cf-talk@houseoffusion.com Subject: Re: cfhttp does not post zip files Date: Thu, 11 Aug 2005 16:44:45 -0400 If you look at the documentation for the cfhttp tag, it has a multipart attribute (not enctype, not mimetype). cfhttp

Re: cfhttp does not post zip files

2005-08-11 Thread Jerry Johnson
I failed to ask the first, most obvious question. What version of CF? On 8/11/05, Jonathon Adam [EMAIL PROTECTED] wrote: Great info Jerry, thank you. I applied the extra attribute (which I dont see in the tag library) and received a different message:

Re: cfhttp does not post zip files

2005-08-11 Thread Jonathon Adam
CF 5 From: Jerry Johnson [EMAIL PROTECTED] Reply-To: cf-talk@houseoffusion.com To: CF-Talk cf-talk@houseoffusion.com Subject: Re: cfhttp does not post zip files Date: Thu, 11 Aug 2005 17:50:36 -0400 I failed to ask the first, most obvious question. What version of CF? On 8/11/05, Jonathon Adam