- From: <bugzilla@jessica.w3.org>
- Date: Mon, 07 Oct 2013 17:59:21 +0000
- To: public-webapps@w3.org
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: arun@mozilla.com Reporter: arun@mozilla.com QA Contact: public-webapps-bugzilla@w3.org CC: public-webapps@w3.org 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.
Received on Monday, 7 October 2013 17:59:22 UTC