https://www.w3.org/Bugs/Public/show_bug.cgi?id=23450
Bug ID: 23450
Summary: Add Specification Note Describing "Save As" Behavior
for File Objects
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: File API
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
Currently, it is possible to use a Blob to mint a File object using a File
constructor. A File is essentially a Blob with a name.
The file's name should be used in "Save As" behavior in browsers. This might
include use of Content-Disposition as an additional part of the blob:scheme's
request-response semantics, or perhaps the specification need not mention
Content-Disposition at all (since this could be an internal implementation
mapping) and simply say that the file's name should be used in "Save As"
functionality.
--
You are receiving this mail because:
You are on the CC list for the bug.