|
Based on security considerations, this window must pop up during EXECWB, there is no way to mask it with parameters.
However, you can query the IPersistStreamInit interface of the document after the document is loaded (the sender is the DocumentComplete event of the topmost frame), and then call IPersistStreamInit :: Save. Only the loaded HTML content can be saved. Pictures and scripts can't be saved.
If you want to automatically save the attached file, you can process it in the HTTP protocol processing layer, and save the backup when downloading |
|