Closed Bug 343101 Opened 18 years ago Closed 18 years ago

Rather than displaying the form, it downloads the file to my computer.

Categories

(Camino Graveyard :: HTML Form Controls, defect)

PowerPC
macOS
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED INVALID

People

(Reporter: m_niemann, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.4) Gecko/20060613 Camino/1.0.2
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.4) Gecko/20060613 Camino/1.0.2

I try to display the contact form on my web site (generated with Rapid Weaver) but rather than interpreting the php form, it downloads the form to my computer

Reproducible: Always

Steps to Reproduce:
1. Click on the "Contact Me" menu option
2.
3.

Actual Results:  
downloads the file

Expected Results:  
display a contact form
curl -I http://caribou.cc.trincoll.edu/~mniemann/html/page7/page7.php
HTTP/1.1 200 OK
Server: Microsoft-IIS/5.0
X-Powered-By: ASP.NET
Date: Thu, 29 Jun 2006 13:34:31 GMT
Content-Type: application/octet-stream
Accept-Ranges: bytes
Last-Modified: Thu, 09 Feb 2006 14:56:25 GMT
ETag: "a9f08eff882dc61:8ed4"
Content-Length: 8284

Note the busted content-type header in the above. The server is b0rk3n.

cl
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → INVALID
Status: RESOLVED → VERIFIED
Busted "Content-Type" header, of course ;)
You need to log in before you can comment on or make changes to this bug.