Questions tagged as 'download'

0
answers

Dynamically force partial php download

In a code as an example below, you can only download the contents of the $ arr variable, without having to write the contents in any folder. <!doctype html> <html> <head> <meta charset="iso-8859-2"> <title>Untitle...
asked by 11.05.2018 / 20:18
1
answer

Retrieve an image in the Firebase Storage and display in the app using GLIDE

I'm trying to retrieve a Storage from Firebase using Glide , I searched in many places, I used the code the way I walked seeing and yet I could not recover the image at all. In the appendix shows how I wanted it to be, the first image shows h...
asked by 18.05.2018 / 21:51
0
answers

How to create download button in PHP [duplicate]

I have a download area where the file links are in a MYSQL table and I created a key that would be the key to download. The table is this: id| arquivo |chave 1 |arquivo.mp4 |e8d95a51f3af4a3b134bf6bb680a213a The only way I can downl...
asked by 03.05.2018 / 23:46
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
0
answers

Change the name of the download file in the Angular

I have a link that perfectly downloads a file: <a ng-if="slide.link && slide.link != 'null' && slide.anexos_id" href="{{ slide.link }}" download="'{{ slide.anexos_name }}'" target="_blank"> <...
asked by 29.03.2018 / 16:48
1
answer

Make a downloadable file available in an API that returns JSON

Hello, I'm developing an API in Java. It is basically a java servlet that returns content in json (application / json). With a tomcat server. One of the answer fields is supposed to be a link to downloading a .txt file. I do not know how....
asked by 06.02.2018 / 18:03
0
answers

How to download MonkeyTalk

Apparently in 2015 Oracle bought MonkeyTalk, and left the download unavailable, the only thing about that on their site is a warning that they bought MonkeyTalk in 2015 link Is there no other way to download?     
asked by 02.02.2018 / 13:48
0
answers

How to download a file with Python?

This site has several links that open PDFs, in the "Full content" locations: link In Python 3 I wrote this code to try to download a link: import urllib.request, urllib.parse, urllib.error url = "http://www.camara.gov.br/proposicoesWeb/pr...
asked by 14.09.2017 / 01:31
0
answers

Problem with file download in php

I have the following code to download the file: set_time_limit(0); // Define o tempo máximo de execução em 0 para as conexões lentas $arquivoLocal = "../arquivo/emboss/needle/Resultado/$resultado"; // caminho absoluto do arquivo // V...
asked by 07.08.2017 / 22:58
1
answer

Put audio file to download and listen in php

I have some audios on my server and I want to put them online so that it is possible for the client side to have access both to listen and to download. I'm working with php and a linux server, a debian version. <td> <audio co...
asked by 27.07.2017 / 23:35