Questions tagged as 'download'

1
answer

How do I prevent a user from storing mp3 files, so I can not distribute them?

First of all, it is worth mentioning that my question comes up following another question that I put here in the stackoverflow in pt and can be read in: Web Hosting or Streaming Hosting? I'm developing a project that allows the user to list...
asked by 18.07.2014 / 17:04
4
answers

How do I create a button or a link to download a specific file?

I need to create a button that when clicked is downloaded and not opened in another tab or window. It can be any type of file both image, pdf, music among others.     
asked by 15.08.2014 / 21:02
2
answers

Provide downloadable file via javaScript

I have a javascript application where the user can see certain files from the server. I would like to know how to make these files available for download, something like a "Save As" button. Thank you in advance.     
asked by 14.07.2015 / 23:03
1
answer

How do I download Delphi through FTP servers with authentication?

I have some files on an FTP server on Hostinger, and these files have been left there since links from FTP servers never change. As they are very important to make updates to my application, Delphi should download them.     
asked by 23.08.2015 / 21:08
1
answer

File Download MySQL Blob

I need to download a .xls file that is in a MySQL database, but I need to save it with the original name. Can anyone help me? Uploading with you can be easy. I need to download it. include_once 'db.php'; $download = mysql_query("S...
asked by 05.12.2014 / 17:21
0
answers

R - download CVM data via POST method (package httr) (new - continues)

Good evening, guys !! I would like to have asked this question there in this post, which I refer to in the title, but it was not possible. What happens is the following: I am using, for the same purpose, the resolution of our dear friend Tpic...
asked by 17.10.2018 / 21:16
3
answers

How to list a json object to generate a txt file and download that file via ajax request?

I have an ajax request that sends a large object. That in the browser console is seen like this: Object {data: Array[4936], paging: Object} The following is the requisition code: $.ajax({ type: "POST", url: "gerararquivo.php",...
asked by 17.06.2015 / 19:31
2
answers

How to download a .pdf file with JSF?

I'm using JSF and Primefaces, and I need to download a PDF that I generated with iReports and Jasper. I save the PDF this way, in this path: String caminhoReports = FacesContext.getCurrentInstance().getExternalContext().getRealPath("/WEB-IN...
asked by 02.02.2015 / 00:04
2
answers

How to download from the command prompt?

I've seen several videos, but I do not want to download that one from Wget . Is there no other way?     
asked by 20.08.2015 / 18:02
1
answer

How to download videos from youtube and convert them to mp3 using ruby?

I need a simple ruby way, which allows you to download videos from youtube, but I only need the audio of the video (mp3).     
asked by 21.10.2014 / 14:53