Welcome Guest Search | Active Topics | Sign In | Register

[EOBrowser] download file Options
Eurice
Posted: Tuesday, July 23, 2019 8:24:12 AM
Rank: Advanced Member
Groups: Member

Joined: 12/10/2014
Posts: 133
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,


hmireault
Posted: Tuesday, July 23, 2019 9:58:13 AM
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.
Eurice
Posted: Tuesday, July 23, 2019 10:12:25 AM
Rank: Advanced Member
Groups: Member

Joined: 12/10/2014
Posts: 133
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;

eo_support
Posted: Tuesday, July 23, 2019 5:55:36 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,067
Hi,

We have confirmed this to be an issue. It will be fixed in our next build.

Thanks!
eo_support
Posted: Friday, August 9, 2019 9:54:52 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,067
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!
Eurice
Posted: Friday, August 9, 2019 10:04:01 AM
Rank: Advanced Member
Groups: Member

Joined: 12/10/2014
Posts: 133
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.
hmireault
Posted: Friday, August 9, 2019 10:05:26 AM
Rank: Advanced Member
Groups: Member

Joined: 7/14/2014
Posts: 52
I have the same behavior as Eurice.
eo_support
Posted: Wednesday, August 14, 2019 3:01:23 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,067
Hi,

This will be fixed in our next build.

Thanks!
eo_support
Posted: Wednesday, August 21, 2019 2:09:10 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,067
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!
Eurice
Posted: Wednesday, August 21, 2019 3:45:34 PM
Rank: Advanced Member
Groups: Member

Joined: 12/10/2014
Posts: 133
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 !
eo_support
Posted: Wednesday, August 21, 2019 3:58:06 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,067
Great. Thanks for confirming the fix!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.