Questions tagged as 'download'

1
answer

Download files by link (url) Android

How can I download a .apk file from my server and open it as soon as it finishes downloading? I know I have no code showing what I've done or tried, but it's because I'm truly lost and I do not know where to start. I have webservice...
asked by 24.05.2016 / 21:31
1
answer

Download button without showing your way

Hello, I have a main mysite.com html site that can be found by search engine robots and I've done myite.com/download.html with these parameters <meta name="robots" content="noindex, nofollow, nosnippet, noodp, noarchive, noimageindex"&g...
asked by 02.03.2018 / 20:37
1
answer

Use the tag to download href="" passing https address to the href

I'm trying to download a file by passing an https address, following example: <!DOCTYPE html> <html> <body> <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/6/61/HTML5_logo_and_w...
asked by 05.05.2018 / 14:36
1
answer

Routine to download and unzip zip file on the server itself

I need to develop a routine on my site (ASP.NET MVC) that will download a weekly zip file from another server and unzip it on my own hosting service. This routine can be triggered via a button that checks the file's availability and executes...
asked by 30.10.2017 / 21:58
1
answer

Handling internet explorer using VBA

In the footer of this site " link " has an icon that downloads a file .xls. I needed to click on it and save the file, but I do not know how to do it. The code, adapted from another one provided by danieltakeshi, of the two forms I tried to m...
asked by 20.03.2018 / 14:34
0
answers

Downloading large PHP files?

With the following code, I get a file stored in Google Drive: $response = $service->files->get("id-do-meu-arquivo", array('alt' => 'media')); $content = $response->getBody()->getContents(); The variable $content , now c...
asked by 09.05.2018 / 18:24
1
answer

Table for Downloads in PHP

I'm creating a system in PHP to download digital products, I'll briefly explain: User enters the site, right on the homepage, will have some products to download. He signs up and buys the product. The product should be listed for it in...
asked by 04.11.2017 / 00:39
1
answer

Progress Dialog during download

I use the following method to download an image. public void downloadFile(String uRl, String title, String description) { File direct = new File(Environment.getExternalStorageDirectory() + "/FPSWallpapers"); if (!direct....
asked by 17.11.2017 / 16:23
1
answer

How do I view files before downloading?

I want a PDF (generated on my server) to be sent to my client and opened in a new tab before being downloaded. I've already been able to get it downloaded directly from the server to the client, but now I need it to be displayed instead of being...
asked by 16.08.2017 / 16:26
0
answers

Streaming of files by HTTP on Node

Hello, I'm developing a system in which one of the fundamental parts is to transmit a file via JS Node. Suppose I have a A connection , this connection is uploading a file via HTTP. And there is also a B connection , this connection wants to d...
asked by 21.01.2017 / 20:11