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
0
votes
2 answers

How to block download managers for a website?

I have a website where I am using PDFjs viewer to view the PDF. But Internet download manager or Download Accelerator Plus will prompt to download the content PDF. I want to prevent this download managers to download the content PDF. Is there a…
raghavp
  • 31
  • 4
0
votes
1 answer

Is that possible to download google derive files without integration with ios

Is that possible to download files from google drive without integrate it's sdk (class files) or authentication. Consider following scenario: I Used UIWebView in mysample application. I am logged in to Google Drive through UIWebView (Like logged in…
0
votes
0 answers

How can i manage download and print in visual basic 10 webkit browser?

I created a webkit webbrowser in visual studio 10(visual basic) for running a specific web app . The issues started when am trying to print a webpage by clicking a link in the website. when clicking on the link i want show the default printer…
0
votes
0 answers

creating a web based download manager

I want to create a webbased download manager for one-click-hosters like rapidshare. Similar to PyLoad (http://pyload.org/) but i want to make some significant changes and make it much easier. First i thought i could just grab a MVC-Framework and…
0
votes
2 answers

How to get download status and package name in android?

Hi I am working with android.I want check weather an application is installed or not in the device.So How can I get the download status and package name if the user download an app in the device. Is it possible with download manager?
Maxwell
  • 552
  • 2
  • 5
  • 20
0
votes
1 answer

Detect Download Managers Requests in ASP.NET

i have a ASP.NET MVC application which has an action method with resume support for download pdf files. When i get download link in browser, action method Only run Once BUT when i get download link from a download manager(i.e internet download…
user197508
  • 1,282
  • 2
  • 18
  • 31
0
votes
1 answer

how to start bult-in downloader of android system with basic4android

I want to develop an application for the android platform with basic4android that can download some files from my server. How can i use android's download manager like it is used in chrome browser (thats name is downloader) ? I mean, the one when…
Saeed
  • 3
  • 2
0
votes
2 answers

Android App Searching Download Folder for specific file

I am trying to create an app that searches my Download folder for the most current version of a specific file and then returns the path to that file. I keep getting a NullPointerException when I try looking at either the file array or string array…
0
votes
1 answer

How can I make a download service on android that can be stopped mid process?

I've been looking all over the internet to see what I should use for a download manager for large files in an Android app... It seems most people agree that Services are ideal, but on further inspection I realized that, to my understanding, there…
AlexW.H.B.
  • 1,781
  • 3
  • 25
  • 50
0
votes
0 answers

Download Managers not taking correct title

I have created a script that generates direct url to download a mp4 file.The problem is that download managers don't catch the correct title. "> $mp4_720p --> the url of the mp4 file .This…
user2650277
  • 6,289
  • 17
  • 63
  • 132
0
votes
1 answer

ProgressDialog DownloadManager

in my application I would love to implement a progressDialog to the image download process and after this, i want call the intent ACTION_ATTACH_DATA. currently my code works fine but as you can see when it starts downloading, immediately called the…
0
votes
1 answer

Downloading Status and progress bar not display

I am downloading multiple files using ASIHTTP library in a cell and showing mutiple progresses and statuses like received bytes etc It was working fine but after alot of users pointing to that server something happens like statuses and progress bar…
0
votes
1 answer

Downloading Large file to certain directory from within app using DownloadManager

I have an application that needs to be able to download a ~3GB file to a user specified location, I currently have the below code, which seems to work. i.e the download takes place with it showing up in the download manager etc. However once the…
DevWithZachary
  • 3,545
  • 11
  • 49
  • 101
0
votes
1 answer

File being downloaded is saved inside data folder

I am using download manager to download MP3 Files from my server. Here is the code for it. public String createFilePath() { String path; String dir = "APP_NAME"; path =…
Adil Bhatty
  • 17,190
  • 34
  • 81
  • 118