that's great...but that way the CF engine is invoked for every .htm 
call,
even for pages that have no CFML code. it can cause unnecessary 
overhead if
you have a large amount of static .htm pages.

-----Original Message-----
From: Kelly Matthews [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 18, 2001 3:33 PM
To: CF-Talk
Subject: RE: File Upload


Maybe he processes his .htms as CF files i do. Not .html but
I do with .htm then people don't even know I am running cf.
Kelly

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


The form action is a .htm file.  Why??
Rich

-----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