well what does your action page do? Are you using CFUPLOAD
so it will actually upload?
Otherwise the file has no where to go.

-----Original Message-----
From: Billy Ng [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 18, 2001 5: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