Closed Bug 176221 Opened 22 years ago Closed 22 years ago

file could not be saved, because the source file could not be read

Categories

(Core Graveyard :: File Handling, defect)

defect
Not set
normal

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 171441

People

(Reporter: jonk, Assigned: law)

Details

Attachments

(4 files)

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2b) Gecko/20021016
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2b) Gecko/20021016

USED TO BE: "Sanitize extension-fixup code: Don't add .exe or .txt to files
names of text/plain and application/octet-stream, etc." for 1.0 - 1.1

IS FOR SAME PROBLEM: "could not be saved, because the source file could not be
read."

Reproducible: Always

Steps to Reproduce:
ASP CODE:
openattachment = server.htmlencode(request.querystring("openattachment"))
Call Response.AddHeader("Content-Disposition", "attachment; filename=" &
openattachment)
SET upload = Server.CreateObject("w3.upload")
upLoad.SendFile server.mapPath("../tmp/recieved/" & openattachment), true
SET upload = Nothing

Actual Results:  
could not be saved, because the source file could not be read.

Expected Results:  
"save as"-dialog

works in internet explorer (perfect), netscape (perfect) and mozilla 1.0 - 1.1
(with the error that it adds .exe, .txt or .asp)
Attached image the error alert
This is what I get
Attached image the error alert
This is what I get
Attached image the error alert
This is what I get
Attached image the error alert
This is what I get
Please search existing bugs before submitting a new one.

*** This bug has been marked as a duplicate of 171441 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Severity: blocker → normal
V DUPE
Status: RESOLVED → VERIFIED
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: