Questions tagged as 'download'

1
answer

Is there any performance difference between writing a file as an answer and writing to a buffered file?

I have a t2.micro instance in amazon where I use IIS 10 as a server and webforms in the application (C #). In a certain part of the application, I need to get a list of image files from a particular folder, zip it and reply as a download to t...
asked by 16.03.2018 / 14:08
1
answer

How to download automatic in site that calls JavaScript?

I need to make a program that downloads PDFs from several sites daily and automatically. It is very easy to perform this operation using the C # WebClient command, however, on certain sites it is not possible to find the download URL in any way....
asked by 30.05.2014 / 16:33
1
answer

How to set the file size in a Download response?

I have an application where I give a response by downloading a certain file on the server to the client. I zipo the image files that are in a folder on the server and give a response by manipulating the headers so that the file is downloaded....
asked by 30.11.2017 / 16:48
1
answer

Thread Safe (TS) and Non Thread Safe (NTS) - What are they, what's the difference?

When someone is going to download PHP, you have these 2 options: ts and nts , as well as language extensions. My doubts are as follows: What are Thread Safe and Non Thread Safe (NTS) ? Are there any differences between them...
asked by 27.05.2016 / 20:24
3
answers

How to force a download with ajax?

I'm using the PHP DOMPDF class to generate accounts with dynamic filters. The user selects the filters in a form and asks to generate, so far so good. But it will have the option of exporting what it has filtered into PDF. Today, I have th...
asked by 03.05.2014 / 15:29
1
answer

Consume WebService NFeDistribuicaoDFe - VB.NET or C # - Manifestation / Download NFe

On the National NFe website ( link ) I already have one software made in VB.NET that consumes WEBSERVICES ( NfeConsultaDest E NfeDownloadNF ) but due to a new technical standard these webservices will be discontinued....
asked by 01.02.2017 / 18:42
2
answers

R - IBGE municipal data download

Is there any way to download IBGE municipal data with the R command line?     
asked by 10.07.2014 / 00:17
1
answer

Progress bar for DOWNLOAD files in Jquery

I've seen a lot of people looking to make a progress bar to download files, style MegaUpload. I hit a lot to get here and would like to share with the crowd! Well I did not find ANYTHING on the internet I spent days researching ...     
asked by 09.06.2016 / 04:16
2
answers

Force text download in MSWord-supported format with PHP?

I would like to know how to force the download of a file, with some extension supported by Microsoft Word p> I've searched a few times, tested the MIME types I found, like the ones in this Microsoft's list , but I did not succeed. This...
asked by 11.09.2015 / 07:13
1
answer

Can you hide the redirect, but keep the link for download?

I made a simple favlet to make it easy to convert videos from YouTube for audio: <a href="javascript:!function(){window.location.href='http://www.youtubeto.com?task=MP3&url='+window.location.href;}();">youtubeto : mp3</a>...
asked by 09.01.2017 / 18:44