This is driving me nuts...

I've got a form in an application that been sitting there for a year 
working properly with no problems. Last week, the client calls me and 
says, "You working on something? The form has quit working..."

1. The form is using a file input - which seems to be causing
    the problem. Other forms on the site without the file input
    are OK.

<input name="filePART" type="file" size="75">

2. Here's the form tag. Looks correct to me:

<cfform action="form_handler.cfm"
         method="post"
         enctype="multipart/form-data"
        name="participants">

Here's where I'm tearing my hair out.

3. It WORKS properly in Firefox and Netscape
    It's QUIT WORKING in Internet Explorer (Version 6)

4. Internet Explorer is NOT giving me a Coldfusion error. I simply get:
    "Cannot find server or DNS Error" - so I've nothing to go on.
    One thing - it doesn't think about this before showing the error.
    It's INSTANT the second I submit the form.

4a. Internet Explorer will show Coldfusion errors from other pages.

Other clues/info:
a. I've not changed any code.
b. I'm working on a new version of the same application. It's doing
    it to now.
c. ColdFusion Server Version 7,0,2,142559

This is on a shared server.

I've been staring at this thing for several days now and can NOT figure 
out what the problem might be, especially since I don't get any error 
message of any kind.

Any idea of a server setting or something that could have changed that 
would cause this?

Thanks in advance.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2. 
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/

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

Reply via email to