good catch justing :)

-----Original Message-----
From: Justin Hansen [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 18, 2001 6:13 PM
To: CF-Talk
Subject: RE: File Upload


Could it be just a 
    missing " right here |
                         |
                        \ /
                         | 
<FORM ACTION="Success.htm METHOD="Post" ENCTYPE="multipart/form-data">
        <INPUT TYPE="File" NAME="CompanyLogo">
        <INPUT TYPE="Submit">
</FORM>



Justin Hansen - [EMAIL PROTECTED]
Web Application Developer
Interactive Business Solutions, Inc
816-221-5200 ext. 1305

-----Original Message-----
From: Billy Ng [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 18, 2001 4:58 PM
To: CF-Talk
Subject: File Upload


Hi all.

This isn't a CF question.
I was in the middle of writing an application that let users to upload their
company logo.

so I wrote the following.

<FORM ACTION="Success.htm METHOD="Post" ENCTYPE="multipart/form-data">
        <INPUT TYPE="File" NAME="CompanyLogo">
        <INPUT TYPE="Submit">
</FORM>

When a user decides to just press submit without selecting a picture. They
will be directed to Success.htm which simply displays the word "Success!".

However, when the user selects a picture and press submit.
IE 5.5 just hangs there (progress bar keeps filling up)
and then it displays the error "This page cannot be displayed"

I'm using IIS 5.0 without SP2 on Windows 2000 server to host.

If you know anything (and I DO mean ANYTHING...I'm desperate), please help.

Thanks,
Billy
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to