Questions tagged as 'download'

2
answers

Extensive file download on website

I have the following problem: In a website that I developed for a client, it contains a page for downloading audio, follows code for downloading the audio: <a href="<?php print base_url(); ?>web_files/uploads/radio/<?php echo $audi...
asked by 04.04.2016 / 14:48
1
answer

Upload via FTP a whole folder using DOS

I need to load a folder (~ 300mb) that contains files from a framework (magento) to the cloud server where my application is. The server GUI only allows you to upload files individually and folder creation has to be manual one by one. To get aro...
asked by 08.01.2018 / 19:26
2
answers

Securely deliver digital products in PHP

Personally, I'm developing a system where the customer can make the purchase and receive a download link for the product. The system has a register area in which you can upload the ZIP file to a folder inside the server. However, I would like to...
asked by 25.12.2017 / 13:33
1
answer

Download using the axios?

I'm using Axios to make the requests of my application, and in one of the GET requests returns a PDF file. When I make the GET request by Postman it opens a window to choose where to save the file, but when I make the request for my application...
asked by 04.08.2017 / 15:07
1
answer

How to prepare the contents of a JSON for download?

In a certain area of my site, the user can select a few rows from the database to export them to a JSON, after selecting all that they want an Ajax call is made to get the data of the same, however inside the return How do I download it? For exa...
asked by 28.03.2017 / 17:45
1
answer

XML download by browser, without opening the file [duplicate]

I need the system to download an XML file, release the file itself without opening it in the browser, how?     
asked by 03.08.2016 / 13:39
2
answers

Error when forcing XML file download C #

I have a list of invoices where I can download XML, but there is a company server below the XML file that comes with the HTML of the page. The XML download code works normally on all servers where the application is installed except on that clie...
asked by 25.09.2015 / 22:29
1
answer

Download zipalign for Mac

Hello! I just signed up for a test app on Android Studio and would like to upload it on Google Play . I've been browsing and I've found that zipalign makes the process of importing the APK easy, but I've only found download availabilit...
asked by 12.02.2015 / 11:33
1
answer

How to download a file and open it at the end of the download?

I have an Android application, I'm trying to download a .apk and then open it at the end of the download, follow the code used: /** * baixando arquivo na background thread * */ @Override protected St...
asked by 13.03.2014 / 18:11
1
answer

How to download SQL Server file using Servlet

I have a basic application where I save files in the database SQL Server using Java , the insert part in the database I already did, I would like to know how do I to download the file that is in the bank via JSP . As stored...
asked by 18.12.2018 / 20:57