Questions tagged as 'download'

3
answers

How to download a file from a URL using C #

Developing a project in C # I came across the following situation, I need to download files from some URL's, what is the best way to do this? Would there be any way to download a progress bar together?     
asked by 17.03.2017 / 18:55
1
answer

Force show extension when downloading via javascript

I have this image resizing screen:    whenIclickondownload,thisscreenappearstosavethefile,butasyoucansee,thefileappearswithouttheextension,howcanImakethefileappearwiththeextensionautomaticallywhenitissaved? Ihavethefollowingcodetodownload:js...
asked by 28.02.2016 / 18:16
1
answer

Solutions to count downloads from a file

Suppose for this case the apache server and php language. The Problem I have a file on my server (eg: formular.pdf ) and there is a page ( formular.php ) that has a button to download this file. I need to get periodic information of th...
asked by 17.06.2016 / 16:14
1
answer

File download from form completion

I'm trying to access a website, fill out your form and download the file, but I'm encountering some difficulties. This is my code so far: #library's require(rvest) #website url <- ("http://www.anbima.com.br/est_termo/Curva_Zero.asp") pg...
asked by 02.03.2017 / 19:18
0
answers

Import from txt, change content and download content in R [closed]

Hi! I'm a beginner in R programming, I've read quite a lot of confusing with libraries and everything and I still do not know what their limitations are, so I ask you if it's possible with R to do the following:    I put in file * txt list...
asked by 11.12.2015 / 21:37
2
answers

Download attribute, new line in text file

I'm trying to download a text file with information coming from a array but I would like to separate these values into a new line ... I've tried some bad approaches, but the result remains in only one line. let codes = [ 'sajkh...
asked by 27.09.2017 / 18:17
1
answer

Downloading Files in PHP

I have an application in PHP and a URL of a file. I would like that when the user clicks on any button, cause the browser to trigger the action to download or open the download options window of that file (in the case of Firefox). The file ca...
asked by 19.02.2016 / 21:20
1
answer

PDF corrupted after download?

I am generating PDF's of the data I have in a table in my client, I send the data to the server and there the PDF is generated. After it is ready, the PDF is downloaded, and it is at this stage of the process that it corrupts. However, if bef...
asked by 15.08.2017 / 20:19
1
answer

How to create direct link to download a video

Well guys, I tried to create a direct link to download a video, however as many probably already know this does not work very well. Actually the only thing that happens when I click on the link is that it opens a new tab and the video runs direc...
asked by 18.07.2014 / 23:36
1
answer

Problem trying to download large files

I am using this code to download with php, small files works, now as big as 1Gb end up coming corrupted. $arquivo = $_GET['nome']; //nome do Arquivo $local = $_GET['dir']; //pasta onde está o arquivo header('Cache-control: private'); header('...
asked by 07.08.2018 / 02:47