Actions
Bug #59
closedSome file downloads are named downloadfile.bin instead of the correct name
Start date:
09/02/2016
Due date:
% Done:
0%
Estimated time:
Description
This is caused when the download link contains variables that inform a script on the server which file to download. Android's download manager isn't smart enough to figure out what the file name is, so it calles it `downloadfile.bin`.
Downloading from this example link produces an example of this behavior:
http://download.cnet.com/Avast-Free-Antivirus/3001-2239_4-10019223.html?hasJs=n
Resolving this behavior might be difficult without totally replacing Android's download manager with custom download code and requesting full storage write permissions.
Actions