SimonSimCity / Xamarin-CrossDownloadManager

A cross platform download manager for Xamarin
MIT License
149 stars 68 forks source link

Can't we download same link more than once with this plugin #92

Closed anupk29 closed 6 years ago

anupk29 commented 6 years ago

To help us fix your issue, please provide the information in the below template.

Note: If you want to save time, please create a fork, reproduce the bug in the sample projects and add a link to the repository here.

Steps to reproduce

1.

2.

3.

Expected behavior

Tell us what should happen

Actual behavior

Tell us what happens instead

Configuration

Platform:

Device:

anupk29 commented 6 years ago

i want to know how to download same link more than once and that file is not visible thru file explorer using this plugin

SimonSimCity commented 6 years ago

Please provide a sample. I guess this is because you're overwriting the file the second time you're downloading it.

anupk29 commented 6 years ago

i am downloading it for 2nd time in different location

anupk29 commented 6 years ago

not the same location which was stored previously.

SimonSimCity commented 6 years ago

@anupk29 please fork the repository and update the demo to reproduce this issue ... can't really see in code how this can happen.