rdmenezes / cefpython

Automatically exported from code.google.com/p/cefpython
1 stars 0 forks source link

Ability to download files in CEF 3 #87

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As discussed: https://groups.google.com/forum/#!topic/cefpython/J5dJKuae-j4

DownloadHandler does not yet work with CEF3 (works with CEF1). Attempt to 
request a content-disposition with attachment results in an error currently.

Original issue reported on code.google.com by sam...@gmail.com on 18 Sep 2013 at 12:43

GoogleCodeExporter commented 9 years ago

Original comment by czarek.t...@gmail.com on 10 Jan 2014 at 6:44

GoogleCodeExporter commented 9 years ago
In branch 1650 the CEF download handler has been much simplified, it is a 
matter of adding just a few lines of code to implement it. So we will wait with 
this issue until CEF python is updated to branch 1650.

Original comment by czarek.t...@gmail.com on 27 Jan 2014 at 3:36

GoogleCodeExporter commented 9 years ago
Correction to my last comment. The download handler in current branch 1547 is 
already simplified. What is more, it was always simple in CEF 3, it is only CEF 
1 that had it the hard way.

Original comment by czarek.t...@gmail.com on 27 Jan 2014 at 3:41

GoogleCodeExporter commented 9 years ago

Original comment by czarek.t...@gmail.com on 27 Jan 2014 at 3:53

GoogleCodeExporter commented 9 years ago

Original comment by czarek.t...@gmail.com on 9 Apr 2014 at 6:42

GoogleCodeExporter commented 9 years ago
Fixed in revision dc0618ffe853. See the DownloadHandler wiki page and 
ApplicationSettings.downloads_enabled.

Original comment by czarek.t...@gmail.com on 31 Jul 2014 at 3:00