mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-03-24 19:53:55 +08:00
Add an overview paragraph explaining how to use wxWebRequest's and wxWebEvent's IDs together to specify a request's download path before starting it. The sample shows how to interactively prompt for local paths once a file downloads, but not how to download a file to a specific location without user prompting, so document how to do it. See #22986. Closes #23504.