have you tried not specifying... <cfhttpparam type="formfield" name="login" value="#InterceptUName#" mimetype="text/plain"> <cfhttpparam type="formfield" name="pass" value="#InterceptPW#" mimetype="text/plain"> <cfhttpparam type="file" name="filename" file="#TmpFile#">
and just using this? tony weeg uncertified advanced cold fusion developer tony at navtrak dot net www.navtrak.net office 410.548.2337 fax 410.860.2337 -----Original Message----- From: James Johnson [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2003 2:57 PM To: CF-Talk Subject: RE: Help with cfhttp, cfhttpparam Hi Tony, Doh! I was testing on CF5, not CFMX. Went to CFMX and now get the following error. "Attribute validation error for tag httpparam. The tag does not have an attribute called mimetype. The valid attribute(s) are name, type, value, file." I don't see a way in either cfhttp or cfhttpparam to specifiy the encoding type of the form. James -----Original Message----- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2003 11:44 AM To: CF-Talk Subject: RE: Help with cfhttp, cfhttpparam <cfhttpparam type="formfield" name="login" value="#InterceptUName#" mimetype="text/plain"> <cfhttpparam type="formfield" name="pass" value="#InterceptPW#" mimetype="text/plain"> <cfhttpparam type="file" name="filename" file="#TmpFile#" mimetype="multipart/form-data"> plug these in...looks like you had the types mismatched ;) tony weeg uncertified advanced cold fusion developer tony at navtrak dot net www.navtrak.net office 410.548.2337 fax 410.860.2337 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

