Rank: Advanced Member Groups: Member
Joined: 7/14/2014 Posts: 52
|
Hello,
When we handle the BeforeDownload event of the WebView control, we set the e.FilePath manually and set e.ShowDialog to true. The issue is that the prompt to choose the save location doesn't have the original file name filled in, forcing the user to enter their own name.
This also happens if we don't set the e.FilePath, and only set e.ShowDialog to true. This does not happen if we don't set e.ShowDialog to true.
Please let me know if this is an issue in EO or if we're badly implementing the BeforeDownload event.
Regards.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Hi,
Can you check the version of your EO DLLs? I believe this is an issue on our side but have been fixed in 19.2.69.
Thanks!
|
Rank: Advanced Member Groups: Member
Joined: 7/14/2014 Posts: 52
|
I should have thought to update to the latest version. We were using 19.2.42. Updating to the latest nuget (19.2.91) fixed the issue.
Thanks a lot!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Great!
|