Closed
Bug 176221
Opened 23 years ago
Closed 23 years ago
file could not be saved, because the source file could not be read
Categories
(Core Graveyard :: File Handling, defect)
Core Graveyard
File Handling
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)
| Reporter | ||
Comment 1•23 years ago
|
||
This is what I get
| Reporter | ||
Comment 2•23 years ago
|
||
This is what I get
| Reporter | ||
Comment 3•23 years ago
|
||
This is what I get
| Reporter | ||
Comment 4•23 years ago
|
||
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: 23 years ago
Resolution: --- → DUPLICATE
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•