Skip to main content

Questions tagged [download]

Receiving data to a local system from a remote system, or to initiate such a data transfer. Do not use this tag for question asking where to download off-site resource.

6,903 questions with no upvoted or accepted answers
23 votes
3 answers
4k views

Flutter iOS How to show download notification success?

I am downloading a file using FlutterDownloader. final taskId = await FlutterDownloader.enqueue( url: url, savedDir: (await getApplicationDocumentsDirectory()).path, showNotification: true,...
Awais Ahmad's user avatar
22 votes
1 answer
2k views

How to download image from PWA in Safari iOS13+

I am trying to implement downloading images from PWA. I am using <a target="_blank" rel="noopener noreferrer" href="photo.url" download>Download image</...
Денис Василенко's user avatar
16 votes
0 answers
14k views

How to pause and resume DownloadManager

I know this question is duplicated, I haven't got complacent answer. I am using Android System DownloadManager to download file from net work, it works fine with downloading file. private ...
RealDream's user avatar
  • 407
15 votes
1 answer
853 views

Chrome doesn't show file as being downloaded until 8 bytes are sent (Firefox does)

I want to have an http method that sends the file to the user, but it needs some time (e.g. 4 seconds) to generate file content. What I want, is the browser to instantly show the file as being ...
Shaddix's user avatar
  • 6,089
12 votes
0 answers
2k views

Anchor download attribute created with javascript not working on iOS Chrome

I have a video/mp4 file saved in AWS S3 bucket, which should be downloaded from a client device (phone or computer) when the user clicks on an icon. I first make a request using fetch, and then create ...
K.S's user avatar
  • 121
11 votes
0 answers
2k views

youtube-dl How to get subtitles filename?

With youtube-dl, you can get the video filename (--get-filename) and you can get the list of available subtitles (--list-subs), but it doesn't seem to have anyway to retrieve the file name of the ...
NhgrtPlayer's user avatar
11 votes
0 answers
1k views

Handling WebView file download and runtime permissions

When I click on a button in the WebView, it should download a PDF file which will be saved to external storage. For that, I'm setting a DownloadListener: webview.setDownloadListener(new ...
RominaV's user avatar
  • 3,385
11 votes
0 answers
5k views

Aria2 max-connection not working

I installed aria2 (1.18.1) in my ubuntu. but the problem is it can not increase download connection. aria2c -x 10 http://mirror.sg.leaseweb.net/speedtest/100mb.bin [#fe34b4 2.1MiB/95MiB(2%) CN:4 DL:...
TonyStark's user avatar
  • 379
11 votes
1 answer
7k views

IE8(+win7) can't download a file which contains no-cache in HTTP header

I found that specific client(win7 + IE8) can't download a file(PDF file) which contains Cache-Control:no-cache in HTTP header; http://www.doosan.com/doosaniv/download.do?path=product&sav=...
Deckard's user avatar
  • 1,431
11 votes
3 answers
10k views

Downloading/Opening .csv file using Google chrome, it changes extension of .csv file to .xls

I have an a tag in my html file that is pointed to a .csv file. Every time I click on the link it downloads the same file in .xls extension. Why? I tried the following: <a href="./example....
Temp O'rary's user avatar
  • 5,628
9 votes
0 answers
2k views

Download x86 version of apk from Google Play Store

How can I download an x86 version of a free application which makes use of Multiple APK support in Google Play Store?
Joyce Babu's user avatar
  • 20.3k
9 votes
0 answers
1k views

Why is this cursor empty?

I have for example button and when user click on it I want to find out the download history by DownloadManager, but problem is that my cursor is empty, it never goes to condition if(c.moveToFirst()), ...
Adam's user avatar
  • 2,192
8 votes
0 answers
852 views

Flutter web: Download large files by reading a stream from the server?

There are already several articles about starting downloads from flutter web. I link this answer as example: https://stackoverflow.com/a/64075629/15537341 The procedure is always similar: Request ...
EinEsellesEniE's user avatar
8 votes
0 answers
12k views

How To Obtain YouTube Video Download Url Just Like KeepVid (2017)?

I'm writing a youtube video downloader. Let's use this video as an example: https://www.youtube.com/watch?v=_UbDeqPdUek When researching how to grab a YouTube video's url, I came across a snippet of ...
Jay's user avatar
  • 786
8 votes
1 answer
319 views

xcode 7 beta 5 can not download simulator

After installing xcode7 beta5 I ran a simple project on simulator, but simulator showed an error: The com.apple.CoreSimulator.SimRuntime.iOS-9-0 simulator runtime is not available. Download the com....
songdayong's user avatar

15 30 50 per page
1
2 3 4 5
461