well if it's hanging it could be hanging because of what's on your action
page and therefore never loading it. I have had many instances where it
never got to the action page but it was the action page causing the problem.
Here is
what I use for a typical front page for uploading and have no problem:
<FORM ACTION="index.htm?do=uploadphoto" ENCTYPE="multipart/form-data"
METHOD="post">

<INPUT class="finput" NAME="FileContents" size=30 TYPE="file">

<INPUT class="fbutton" TYPE="submit" VALUE="Upload File">

</FORM>

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


The problem isn't on whether or not the file is being uploaded.
It's simplier than that.

It's not going to the action page at all....

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


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/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to