We have a file we placed in a virtual directory to allow downloading. Basically a direct file link like http:mywebserver/myapp/downloads/myfile.apk. On a PC we can get directly to that file and it downloads. On our mobile devices we go to that link and it begins the process to download but fails. It just says unsuccessful download with no other relevant information.
So I thought I'd try with any other file (pdf's, word, etc) same result. The devices are connected to our local intranet and can get to the site with no problem, you can even see a directory listing of the files.
I've already added MIME type for apk, and such but that really doesnt help. What is stop our mobile devices from downloading these files? I tried the android browser (the default one), chrome, and opera all on samsung galaxy s3/s4 devices but still no luck.
I have researched it here as well: https://code.google.com/p/android/issues/detail?id=19951 but it seems to be a bit inconsistent with some folks saying they had success with opera for instance.