You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The method signature has changed, CEF has added two new params.
The
acceptFilters
param will also change fromList<string>
toIReadOnlyCollection<string>
as it's immutable effectively.The text was updated successfully, but these errors were encountered: