Questions tagged as 'download'

1
answer

Slow bash script

I use a bash script to translate words from other languages into Portuguese. It always worked very well, but for a few days it got extremely slow, to the point that I could not use it. Home some people informed me that the problem could be in th...
asked by 16.09.2017 / 02:49
1
answer

Android Download Directory

Hello, in my app I download a CSV file, but it never appears in the Downloads of the smartphone, I can only see if it is with the File Manager. And also when I try to pass the file to the computer, I can not find the directory that was saved. Th...
asked by 24.08.2015 / 22:10
3
answers

Save filename with html / php whitespace

I have the following button that goes to a file: <a href="download_file.php?file=ficheiro_xls/BD%20Fugas%20Gespost.xls">Download XLS</a> In the download_file.php file I have the following: <?php header("Content-Type: applic...
asked by 30.09.2014 / 15:41
2
answers

Redeem only the body of the MultiPart response

I'm trying to download a JSON file, it's sent to me via MultiPart, I can recover it however I do not want to save it to a physical file, so I'm getting the return and converting it to string. My problem is in the conversion because it brings me...
asked by 13.08.2014 / 16:38
0
answers

How to Download Images with PHP

I have an urgent question. I want to be able to download images using php, these image URLs are in a google docs spreadsheet, I was able to make the connection, and I was able to make a code to download, but the file that they see is differen...
asked by 23.08.2018 / 13:37
0
answers

Slow Download Rate on Nginx Server

My question would be about how I can improve the speed for downloading files over 1GB on my server. My test:    My internet is 50MB and I can usually download any file with speed from 2MB / s to 3MB / s , but on my server reaches max...
asked by 18.09.2018 / 22:32
2
answers

iOS: open webview pdf in browser OR download pdf

I'm working on an iOS application with Swift. It works perfectly, however when I click on the pdf download link, it just displays the pdf. I wanted it to downdload OR open the pdf in the browser outside the webview. Anyone who has a solution wil...
asked by 08.08.2018 / 20:24
2
answers

How to download a compressed file from a URL and save to disk?

I made a java program to download a zipped file from a server from a URL (in this case, I am using localhost to test), but it is giving the following error:    Exception in thread "main" java.util.zip.ZipException: invalid entry   compressed...
asked by 28.02.2018 / 15:10
1
answer

WebClient C # ending download before downloading

I have a question, I'm using WebClient in C # language, I have the following problem: I click on Download a file, and it does not start downloading, it says download is already finished ... Code: WebClient Web = new WebClient();...
asked by 22.12.2017 / 01:47
0
answers

Generating DOC from HTML content

I'm using the PHPWord plugin to convert HTML texts into a .docx file But when I go to download the generated file, I get only with very crazy characters like:    PK ######## ^ uK j # c ###! ####### [Content_Types] .xml N 0 # E | E...
asked by 22.11.2017 / 11:23