Questions tagged as 'download'

1
answer

Detect print PopUp opening or a Dowload

I was wondering if anyone knows some way to detect the opening of that default print popup for running a javascript. My problem: I needed to run a script when the user downloaded or printed a PDF that is being displayed to him as follows in...
asked by 30.10.2018 / 20:56
0
answers

Download inside an iframe on android

I'm developing an app with ionic that has a webview page inside an iframe, in that webview there is a download button that works normally in the browser, but in android it does not work. I think Android is blocking this download, I would like to...
asked by 19.09.2018 / 16:08
0
answers

How to download multiple files with just one http request

I found several links on the subject, but I still could not make it work, examples: link link I tested with the version of chrome 69, firefox 44, edge 41. I created a TcpListener to generate the responses at hand, and monitored through th...
asked by 27.08.2018 / 16:16
1
answer

Monitor if files have been inserted into a specific folder

Good morning, friends, I would like an opinion or suggestion of you in the second situation: On one of the company's clients who work the responsibility for the financial sector daily downloads a file from the bank's website. After downloa...
asked by 27.08.2018 / 16:09
1
answer

Problem downloading a php export

Good afternoon, I have a script that generates an excel spreadsheet with information, but after the exchange the server started to give problem, before it generated and dropped normally but now only saved on the server the file perfectly. But in...
asked by 22.08.2018 / 20:41
0
answers

Download service file Rest with Ajax

I need to download an Excel (.xlsx) file that is generated by a rest Spring service. Does anyone have an example of how to do this? The controller rest looks something like this: private static final String PATH_FILE = "/home/testes/Arq...
asked by 15.08.2018 / 19:09
1
answer

How to enable PDF download in webView with Android Studio

//MainActivity package app.inova.appfatto; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.webkit.WebChromeClient; import android.webkit.WebView; import android.webkit.WebViewClient; pub...
asked by 02.08.2018 / 20:59
2
answers

Php - Download files by application become corrupted

When downloading files or documents through my application, download successfully, more when opening are corrupted. // DOWNLOAD OF THE FILE $arquivo = 'C:/teste/arquivo.zip'; header("Content-Type: application/zip"); header("Content-Dispo...
asked by 08.08.2018 / 22:37
0
answers

FileTransfer does not work with JPG

I'm trying to implement a download routine in an application. It worked normally, but when I went to see it I had only done tests with PDF. Already in images (jpg, png, ...) it does not work. When I edited the file in notepad++ the fir...
asked by 23.05.2018 / 17:31
0
answers

Android - Download Manager simply does not download

I created an application to extract and download videos from pages with HTML players. Well, the problem is that some downloads start to download but they just stop, well to try to find out the problem I plugged my cell phone into the computer...
asked by 22.05.2018 / 19:35