Questions tagged [download-manager]

A download-manager is often used for handling long-running downloads, and might support pausing, interrupting and resuming.

The download manager will conduct the download in the background, taking care of HTTP interactions and retrying downloads after failures or across connectivity changes and system reboots.

465 questions
-1
votes
1 answer

Download progress is not display in NSProgress when try download file from GoDaddy server url

I want to donwload mp3 file from goDaddy server and display donwload process in NSPorgress. That's why I'm using Heikowi/HWIFileDownload this demo to refrence. Demo is working fine with start, stop,cancel,pause and resume functionality. But in this…
Monika Patel
  • 2,287
  • 3
  • 20
  • 45
-1
votes
1 answer

Downloading files with asterisks in their names Android Java

When I try to download files with asterisks in their names the downloads fail. The downloads work fine with files that don't have asterisks, and I know that it is using the correct path. The downloads just seems to stop right after starting. Do you…
-1
votes
2 answers

How can I view an uploaded docx file in asp.net

I am working on a download management system in asp.net and I can upload and download a docx file. I want to view the uploaded file. I tried using google API but looks like I have to upload the file in google drive itself in order to be able to view…
-1
votes
1 answer

trying to create php persistant web based file downloader?

I'm trying to let user download file (~2GB) available with public url on to my server space available for user. Here are my two questions. Q1: how to keep running a task initiated by user even after user closing the browser? Q2: how to catch already…
Prasad.CH
  • 492
  • 1
  • 5
  • 25
-1
votes
2 answers

Don't want IDM to catch my firefox plugin downloads

I'm developing a FF extension which will be downloading zip files from server(s), saving to specific local location and unzipping the file. But my problem is IDM plugin which is installed in my FF. Whenever I try to download a file from server IDM…
-1
votes
1 answer

Downloaded jpg , apk files never open up but mp3 files open

I am struck in this strange problem . I am using the following method to download files : public boolean downloadSection(String link,String fileLocation,long currentlyDownloadedBytes){ try { RandomAccessFile file = new…
Rahul Verma
  • 2,140
  • 3
  • 21
  • 31
-2
votes
1 answer

Why doesn't google block Youtube Downloaders

So my question is if watching online videos benefit google (Youtube). why they do not block "Youtube downloaders" in google search.
TheOriginX
  • 27
  • 2
-2
votes
1 answer

Android: why Download-Manager automatically run (downloaded) apk-file in android?

The problem is, after I download .apk-file from server using this method: public void Update(String apkName) { DownloadManager.Request request = new DownloadManager.Request(Uri.parse(url)); File file = new File("/sdcard/Download/"+ apkName…
Jalal Aghazadeh
  • 164
  • 4
  • 18
-2
votes
2 answers

Youtube Downloader Application

I am a computer science student and I want to make an application to automatically download the latest news from youtube and save it on my hdd. I want to make an application that would download youtube videos that were uploaded on a particular day…
Indransh
  • 1
  • 1
-2
votes
1 answer

How can I find a way to write an application do download YouTube videos?

I have no programming knowledge and I don't know how to code but for some reasons I would love to learn to create a YouTube video download manager with my own customization. So I need your help on how and using what tools and programming\scripting…
-3
votes
2 answers

Downloading algorithm

I have this weird question. I want to create a down-loader tool. The idea i have in mind is, while downloading any file from the source i should be able to divide the file in chunks. for example. if the size of file is 100 MB then i want 5 streams…
-3
votes
2 answers

Not able to get large Android App downloaded from Google-Play

I am developing an Android App (or thought I was) that includes plant descriptions and photographs for 1,200 plants. This data caused the App to be around 250 Meg. When I got to releasing the App I discovered that the App had to be broken into two…
-4
votes
1 answer

Download Manager application fall

I have a question. What is wrong in this code? I click on download button application fall. I do not know that I did it according to the instructions here: https://www.youtube.com/watch?v=pGlqHeB5hdk&index=76&list=FLGkGbI5dUEjLideBS_TOq-w package…
-4
votes
1 answer

How can Add downloading status show (like as android defualt browser )

How can I show downloading status bar similar to android default browser:
1 2 3
30
31