- edited description
Issues w/ downloading files in Flash
- Directly downloading a file from flash, or opening a PDF from Flash and clicking on the "save" button in PDF viewer. It can be tested via this website: http://test.planetbids.com/DownloadTest.swf
- File is expected to be downloaded. Nothing happens instead.
- Chromium 49.0.2623.110, Windows 8, 64 bit. Flash PPAPI v21.0.0.242
- Using the cefclient example on the current version, we have the same issue. I will test with a few older builds. Update - Tested w/ Branch 2623, 2526, and 2454. Does not work with any of them.
- Google Chrome is fine, with both older/current versions.
Comments (9)
-
reporter -
reporter - edited description
-
Does not reproduce on Windows 7 x64, x86 build on master branch.
-
@ndesktop : What URL did you use to test? The example URL (http://test.planetbids.com/DownloadTest.swf) does not appear to work any longer.
-
For me is working (Windows 7 x64, master build x86). Starting cefclient with --url=http://test.planetbids.com/DownloadTest.swf creates main window, then a Save file dialog appears and saves DownloadTest.swf.
-
OK, that's odd. It works if I click on the link or use the
--url
parameter, but it doesn't work if I enter the URL via the text field. I'm seeing the same behavior in Google Chrome 54.0.2840.71 -- clicking the link works, but right-clicking and selecting "Open link in new tab" does not.In any case, download seems to work provided a
--cache-path
value is specified. -
- changed status to wontfix
-
a Save file dialog appears and saves DownloadTest.swf.
That's saving the Flash file, not using Flash to save a file :) Specify
--enable-system-flash
to enable the Flash plugin. -
I've filed https://bugs.chromium.org/p/chromium/issues/detail?id=660904 for the SWF address bar playback issue.
- Log in to comment