Hello list,

        I have a problem I am 99% done but am now stuck.  This snippet below needs
to upload a mimetype of text/data to upload a .zip file in the form.
However, the below is only setting mimetype text/plain or text/html.  If
anyone knows how to set the mimetype or might know of another way to upload
the three pieces below in another method, I would love to hear from you.


<cfhttp name="Parameters" url="###URL HERE###" method="POST"
resolveurl="Yes">
        <cfhttpparam name="username" type="FORMFIELD" value="####">
        <cfhttpparam name="password" type="FORMFIELD" value="####">
        <cfhttpparam name="fileFieldName" type="file" file="#getfile#">
</cfhttp>

Regards,

Nathan Focht
FusionLink
[EMAIL PROTECTED]





Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to