|
Rank: Advanced Member Groups: Member
Joined: 12/10/2014 Posts: 137
|
Hello there,
I'm updating my app from EO 19.1.40 to lastest 19.2.11 and i'm facing some problem while downloading files.
Everything worked previously without any specific code. I did not face the problem with tabbed browser sample, so I tryed to use the same code.
=> I don't need to display a download manager so I just kept that
void WebView_BeforeDownload(object sender, BeforeDownloadEventArgs e) { e.ShowDialog = true; }
=> the dialog shows correctly I can pick a folder where EO have write access => I checked that rundll32.exe (EO container) is using the correct windows user (it is) => the file now download normally => raise webViewEO_DownloadCompleted correctly
=> The file appears in %temp% but not in the chosen folder / with the name I specified.
====> I believe EO should be copying it in the dest folder after download completed right ?
I don't really know what to test now ?
Otherwise stability seems good; will get more user to use it. Regards,
|
|
Rank: Advanced Member Groups: Member
Joined: 7/14/2014 Posts: 52
|
Hello,
I want to chime in that we have a very similar issue. In addition to Eurice's setup, we also set the e.FilePath to a custom path. When a custom path is set it doesn't seem to download properly. We're using 19.1.95.0.
Regards.
|
|
Rank: Advanced Member Groups: Member
Joined: 12/10/2014 Posts: 137
|
hmireault wrote:Hello,
I want to chime in that we have a very similar issue. In addition to Eurice's setup, we also set the e.FilePath to a custom path. When a custom path is set it doesn't seem to download properly. We're using 19.1.95.0.
Regards. I tryed both with and without setting e.FilePath Without luck;
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Hi,
We have confirmed this to be an issue. It will be fixed in our next build.
Thanks!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Hi,
This is just to let you know that we have posted a new build that should fix this problem. You can download the new build from our download page. Please take a look and let us know how it goes.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 12/10/2014 Posts: 137
|
Hey,
Yes i was testing. 2 things : -> EO now saves at the right location GOOD!
-> EO doesn't add the extension by default; if you name your file "test" -> the saved file has no extension -> the save dialog is misleading because it says "filename" : xxxx // "filetype" : mp3 and users don't usually add extensions in this kind of save dialog.
It is not working as chrome nor as EO used to.
|
|
Rank: Advanced Member Groups: Member
Joined: 7/14/2014 Posts: 52
|
I have the same behavior as Eurice.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Hi,
This will be fixed in our next build.
Thanks!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Hi,
This is just to let you know that we have posted a new build that should fix this problem. You can download the new build from our download page.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 12/10/2014 Posts: 137
|
eo_support wrote:Hi,
This is just to let you know that we have posted a new build that should fix this problem. You can download the new build from our download page.
Thanks! Can confirm it now works good !
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Great. Thanks for confirming the fix!
|
|