Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IDialogHandler.OnFileDialog add new extensions and descriptions arguments #4838

Closed
amaitland opened this issue Jun 15, 2024 · 1 comment
Closed

Comments

@amaitland
Copy link
Member

The method signature has changed, CEF has added two new params.

The acceptFilters param will also change from List<string> to IReadOnlyCollection<string> as it's immutable effectively.

@kissqy
Copy link

kissqy commented Nov 14, 2024

Since OnFileDialog was modified in this version, cefsharp cannot upload files correctly after the remote desktop is closed. I don’t know why. Please help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants