Most voted "download" questions
In technology, the term download is used to reference the acquisition of data from a device through a communication channel.
Learn more…127 questions
Sort by count of
-
14
votes1
answer152
viewsIs there any difference in performance between writing a file as a response and writing to a file as a part (buffer)?
I have a t2.micro instance on Amazon where I use IIS 10 as server and webforms in the application (C#). In a certain part of the application, I need to grab a list of image files from a certain…
-
8
votes1
answer1767
viewsHow to download automatically on a site that calls Javascript?
I need to make a program that downloads Pdfs from various websites daily and automatically. It is very easy to perform this operation using the C#Webclient command, however, on certain websites it…
-
8
votes1
answer10637
viewsThread Safe(TS) and Non Thread Safe(NTS) - What are they, what’s the difference?
When someone goes to download PHP, they have these 2 options: ts and nts, as well as language extensions. My doubts are as follows:: What are Thread Safe(TS) and Non Thread Safe(NTS)? There are some…
-
8
votes1
answer2537
viewsConsume Webservice Nfedistribuicaodfe - VB.NET or C# - Manifestation/Download Nfe
On the Nfe Nacional website (http://www.nfe.fazenda.gov.br/portal/webServices.aspx?tipoConteudo=Wak0FwB7dKs=) i already have a software made in VB.NET that consumes the WEBSERVICES (NfeConsultaDest…
-
6
votes2
answers816
viewsR - IBGE municipal data download
Is there any way to download municipal IBGE data with R command line?
-
6
votes3
answers2852
viewsHow to force a download with ajax?
I am using PHP’s DOMPDF class to generate reports of accounts receivable with dynamic filters. The user selects the filters in a form and asks to generate, so far so good. But he will have the…
-
6
votes1
answer149
viewsHow do I set the file size in a Download response?
I have an application where I give an answer by downloading a certain file on the server to the client. I zip the image files that are in a folder on the server and give an answer by manipulating…
-
6
votes1
answer499
viewsR - download CVM data via POST (package httr) method (new - continue)
Good afternoon guys!! I would like to have asked this question there in this post, which I reference in the title, however it was not possible. What happens is this: I am using, for the same…
-
5
votes1
answer850
viewsProgress-bar to DOWNLOAD files in Jquery
I have seen many people looking for how to make a progress bar to download files, Megaupload style. I beat myself up to get here and I’d like to share with the guys! 'Cause I didn’t find anything on…
-
5
votes2
answers1637
viewsForce text to be downloaded in a format accepted by Msword with PHP?
I’d like to know how to force the download of a file, with some extension accepted by Microsoft Word, through function header. I searched a few times, tested the MIME types I found, like the ones…
-
4
votes3
answers29719
viewsHow to create a button(button) or a link(a) to download a particular file?
I need to create a button that when clicking is performed the download and not open in another tab or window. Can be any type of file both image, pdf, music among others.
-
4
votes1
answer1326
viewsDownload Blob Mysql file
I need to download a file .xls that is in a Mysql database, but I need to save it with the original name. Can someone help me? I can upload it easily. I need to download it. include_once 'db.php';…
-
4
votes1
answer321
viewsHow to prevent a user from storing mp3 files, thus preventing them from being able to distribute them?
First of all, it is good to mention that my doubt arises following another question that I put here in stackoverflow in pt and that can be read in: Web Hosting or Streaming Hosting? I am developing…
-
4
votes2
answers11683
viewsMake file available for download via Avascript
I have a javascript application where the user can view 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…
-
4
votes1
answer854
viewsHow to download from Delphi via FTP servers with authentication?
I have some files on an FTP server at Hostinger, and these files were left there as links from FTP servers never change. As they are very important to make updates in my application, Delphi should…
-
4
votes1
answer428
viewsIs it possible to hide the redirect, but keep the link for the download?
I made a simple favlet, to facilitate the task of converting videos from Youtube audio: <a…
-
3
votes1
answer839
viewsHow to download videos from youtube and convert them to mp3 using ruby?
I need a simple way in ruby, which allows to download youtube videos only I need the audio of the video (mp3).
-
3
votes2
answers6933
viewsHow 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, this way: String caminhoReports =…
-
3
votes3
answers1746
viewsHow 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} Follow the request code: $.ajax({ type: "POST", url:…
-
3
votes2
answers22624
views -
3
votes1
answer24921
viewsDownload Files in PHP
I have a PHP application and a file URL. I would like when the user clicks on any button to cause the browser to trigger the action to download or open the file’s download options window (in the…
-
3
votes1
answer231
viewsFile download from filling a form
I’m trying to access a site, fill out your form and download the file, but I’m encountering some difficulties. That’s my code so far: #library's require(rvest) #website url <-…
-
3
votes3
answers5094
viewsHow to download a file from a URL using C#
Developing a C# project I came across the following situation, I need to download files from some URL’s, what is the best way to do this? Would have some way to together the download implement a…
-
3
votes0
answers288
viewsImport from txt, change content and download R content
Hi! I am beginner in programming namely R, I have read quite still very confused with libraries and everything and still do not know what its limitations, so I ask you if it is possible with R to do…
-
3
votes1
answer373
viewsForce extension appear when downloading via javascript
I have this screen, image resizing: when I click download, this screen appears to save the file, but as you can see, the file appears without the extension, how can I make the file appear with the…
-
3
votes1
answer246
viewsSolutions 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 (Ex: formulario.pdf) and there is a page (php form.) which has a button to download this file. I need…
-
3
votes3
answers1281
viewsHow can I restrict downloading files through PHP authentication?
I have a system where the user can upload audios. The user level that can do this is the client. But on the other hand, I have the people who can download these files to do the audio transcription.…
-
2
votes1
answer5093
viewsHow to create direct link to download a video
Good guys, I tried to create a direct link to download a video, but as many probably already know this doesn’t work very well. In fact the only thing that happens when I click on the link is that it…
-
2
votes2
answers415
viewsHTML file download Excel
I have a problem with downloading excel. In PDF I have so: <a href="RH/Exemplo.PDF"> tried to put the same way in excel and does not work. <a href="RH/Exemplo.xlsx"><img…
-
2
votes1
answer3673
viewsDownload files by link(url) Android
There’s a way I can download a file .apk from my server and open it as soon as it has finished downloading? I know I don’t have any code showing what I’ve done or tried, but it’s because I honestly…
-
2
votes3
answers752
viewsUpdate page after download
I am working on a JSF page and I need to download a .pdf. When downloading the object is changed and I need to update it as I cannot allow the same download more than once. But if I use…
-
2
votes0
answers60
viewsWhat are binary, auto LF, auto Std and text download differences?
In Bitvise ssh, you have the upload and download mode options that are Binary, auto LF, auto Std and text. What are the differences between them ?…
-
2
votes1
answer403
viewsHow to force ie10 to download page completely?
I have a page that is actually quite simple, with html and a canvas with only a few lines, nor bootstrap I’m not using. And she simply "aborts" the download of various elements, as some CSS images…
-
2
votes0
answers695
viewsHow to make a download available on a web page having the files on my computer, outside of my web project?
I need to make a web application that the user uploads PDF files and can download them later. The upload part is done, save the files to a folder on my PC /home/william/web. To save the files on my…
-
2
votes1
answer227
views -
2
votes1
answer81
viewsProblem when trying to download large files
I am using this code to download with php, small files works, now big as 1Gb end up getting corrupted. $arquivo = $_GET['nome']; //nome do Arquivo $local = $_GET['dir']; //pasta onde está o arquivo…
-
2
votes2
answers2019
viewsAutomatic download by bat - View file date before download
I want to create a script at windows prompt to update the system automatically. But I only want to download if you have new update. Could anyone tell me how I could check the file date (.rar) before…
-
2
votes0
answers137
viewsHTTP file streaming on Node
Hello, I am developing a system in which one of the fundamental parts is to transmit a file via Node JS. Suppose I have one connection to, this connection is uploading a file via HTTP. And there’s…
-
2
votes1
answer556
viewsCorrupted PDF after download?
I am generating PDF’s of the data I have in a table in my client, send the data to the server and there is generated PDF. After it is ready, the PDF download takes place, and it is at this stage of…
-
2
votes1
answer827
viewsHow to view files before downloading?
I want a PDF (generated on my server) sent to my client and opened in a new tab before it is downloaded. I have already managed to have it downloaded directly when it comes from the server to the…
-
2
votes1
answer859
viewsForce download of multiple dynamically generated files with Phpexcel
I have a class responsible for receiving the upload of one or several worksheets .XLS with lots of detailed data (This spreadsheet is default), and convert into another file .XLS leaner for…
-
2
votes2
answers303
viewsDownload attribute, new line in text file
I’m trying to download a text file with information coming from a array but would like to separate these values in new line... tried some bad approaches unsuccessfully the result remains in only one…
-
2
votes1
answer768
viewsProblem with download PDF file with Laravel
I have a system to download PDF files, which is happening and I try to download, and it just doesn’t download. I’ve seen in the by the inspector of the Chromo and there is no mistake. Controller…
-
2
votes1
answer260
viewsRoutine to download and unzip zip file on the server itself
I need to develop on my website (ASP.NET MVC) a routine that downloads from another server a zip file made available weekly and unzip in my own hosting service. This routine can be triggered by a…
-
2
votes1
answer2144
viewsButton to force Download without showing your way
Hello, I have a main html site meusite.com that can be found by the search engines' robots and made meusite.com/download.html with these parameters<meta name="robots" content="noindex, nofollow,…
-
2
votes1
answer4893
viewsHandling of internet explorer using VBA
At the bottom of this site "http://sdro.ons.org.br/SDRO/DIARIO/index.htm" has an icon that downloads a file .xls. I needed to click on it and save the file, but I don’t know how to do it. It follows…
-
2
votes0
answers184
viewsDownload 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 =…
-
2
votes2
answers511
viewsiOS: open pdf of webview in browser OR download pdf
I’m working on an iOS app with Swift. It works perfectly, but when I click on the pdf download link, it just displays the pdf. I wanted him to downdload OR open the pdf in the browser outside the…
-
2
votes1
answer24
viewsAngularjs download file from ASP.MVC5 passing parameters
Situation: I have an ASP MVC5 API that generates an excel.xlsx and returns it in a Filecontentresult. All in memory, because I can’t save the file to the server disk.It works ok if I access the url…
-
2
votes0
answers346
viewsDownload PDF from FTP server, and save directly to client machine - PHP
I’ve been trying to solve this problem for a few days! I need to download some pdf’s that are on the FTP server right in the client’s browser, but when I do this by forcing headers, the file even…