Thanks for hanging in there!
---------------------------------------------
This is the CF code that doesn't work:

<CFHTTP 
URL="https://xxx.xxx.xxx.xxx:7443/name/ocrservlet?encrstr=342j43kn234kii342342kbh3243";
 
METHOD="POST">
<CFHTTPPARAM TYPE="FILE" NAME="F1" 
FILE="C:\inetpub\wwwroot\dev\fileTransfer\export\DATE_OURAPP_TO_YOURAPP.zip">
</CFHTTP>

-------------------------------------------------
This is the HTML code that does work:

<form method="POST" 
action="https://xxx.xxx.xxx.xxx:7443/name/ocrservlet?encrstr=342j43kn234kii342342kbh3243";
 
ENCTYPE="multipart/form-data">
<p><b><font size="3" color="#484848">Transaction Test - Upload Data 
File</font></b></p>
<table>
<tr>
<td class="odd" width="76"><strong>Data File:</strong></td>
<td class="odd" colspan="2" width="828"><input type="file" name="F1" 
size="30" class="in"></td>
</tr>
</table>
<INPUT TYPE="submit" NAME="submit" VALUE="Submit">
<INPUT TYPE="reset">
</form>



>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: 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 params?
>
>On 8/11/05, Jonathon Adam <[EMAIL PROTECTED]> wrote:
> > CF 5
>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214735
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to