Questions tagged as 'download'

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

how to force kmz file download with php

I'm having trouble forcing a download of a file type kmz (google earth file), but the file gets corrupted, can anyone help me? $filename = "../kmz/".$_GET['id']; $filename = realpath($filename); $file_extension = strtolower(su...
asked by 13.07.2015 / 20:28
1
answer

File Download on IOS - Swift

I'm just programming a little time for IOS using the SWIFT language. I need to download a web file, I'm using NSURLSessionConfiguration, but this object only works for IOS 8+. And I want the app to run on devices with IOS 7+. Does anyone know...
asked by 13.05.2016 / 16:24
2
answers

Html download Excel file

I have here a problem in downloading excel. In PDF I have this: <a href="RH/Exemplo.PDF"> I tried to put it in the same way in excel and it does not work. <a href="RH/Exemplo.xlsx"><img src="images/excel.png" width="56"...
asked by 18.06.2015 / 11:36
1
answer

How I put on my site a downloadable file with unique id for each person who download

How do I put a file to download to my site where the button link always changes after the file is downloaded and never from a person downloading it through the same link that has already been downloaded once? I use wordpress, I've seen this o...
asked by 17.02.2017 / 22:13
1
answer

Disable download link while downloading is done

How to implement this functionality? When the user presses the Download link he will receive a download confirmation message and where he wants to save the file. This download takes an average of 30s (you can get up to more depending on th...
asked by 10.10.2018 / 16:09