NEW136780
Save embeded resource with their specified name
https://bugs.webkit.org/show_bug.cgi?id=136780
Summary Save embeded resource with their specified name
Frantisek Erben
Reported 2014-09-12 06:38:06 PDT
Reproduce: Open included HTML and click on button Current behavior Download file "Unknown" Wanted behavior Download file with filename "test.rtf"
Attachments
HTML for reproduce (75.60 KB, application/zip)
2014-09-12 06:39 PDT, Frantisek Erben
no flags
Frantisek Erben
Comment 1 2014-09-12 06:39:17 PDT
Created attachment 238025 [details] HTML for reproduce
Alexey Proskuryakov
Comment 2 2014-09-13 01:12:38 PDT
Formally, this test behaves correctly. It has two code paths: 1. One that is Microsoft specific, and does not work in any other browser. 2. Another that doesn't even attempt to specify that file name, so no browser can possibly use the expected name. So we will never make this test work as expected. However, the problem is real - there is no way to save a file with a given name with WebKit. We should make it possible somehow.
Note You need to log in before you can comment on or make changes to this bug.