Is it possible there is a problem with the CFIDE mapping, or some little
error in the code.

In the code you have 

<script type="text/javascript" src="includes/cfform.js"></script>
<script type="text/javascript" src="/CFIDE/scripts/cfform.js"></script>
<script type="text/javascript" src="/CFIDE/scripts/masks.js"></script>

https://www.aaintl.com/includes/cfform.js can be downloaded by putting in
the direct url, but Both 
https://www.aaintl.com/CFIDE/scripts/cfform.js and
https://www.aaintl.com/CFIDE/scripts/masks.js give me a 404 error.

Other than that, the forms work for me on Win2000/IE6, and Win2003/IE7



-----Original Message-----
From: Les Mizzell [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 06, 2007 2:43 PM
To: CF-Talk
Subject: Re: enctype problem - test page up - totally baffled at this point


At this point, I'm totally confused! If I define the enctype, Explorer 
errors out.
If I do a cfdump from the two forms, I get interesting results as well.

No ideas from anybody?


> https://www.aaintl.com/test.cfm



FORM ONE - NO ENCTYPE DEFINED
--------------------------------------------
Firefox:
FIELDNAMES      NAME_COVERED,FILEPART,SUBMIT
FILEPART        myfile.txt
NAME_COVERED    Bob Smith
SUBMIT  submit

.....but, this will error out of there's an actual processing page with 
the CFFILE tag in it to process the file because of the form default 
enctype:
"Invalid content type: "application/x-www-form-urlencoded"."


Internet Exploror:
FIELDNAMES      NAME_COVERED,FILEPART,SUBMIT
FILEPART        E:\somefolder\myfile.txt
NAME_COVERED    Bob Smith
SUBMIT          submit


FORM TWO - ENCTYPE DEFINED AS multipart/form-data
------------------------------------------------
Firefox:
FIELDNAMES       NAME_COVERED,FILEPART,SUBMIT
FILEPART 
/usr/local/coldfusionmx7/runtime/servers/coldfusion/SERVER-INF/temp/wwwroot-
tmp/neotmp72696.tmp
NAME_COVERED    Bob Smith
SUBMIT          submit

Internet Exploror:
"Cannot find server or DNS Error"



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:271767
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to