Questions tagged as 'descarga'

1
answer

Visual Basic download file https

Using the following code: Try Dim fileToDownload As String = "miArchivo" Dim downloadPath As String = Directory.GetCurrentDirectory() & "\data\downloads\" Dim currDate = DateTime.Now.ToString("dd-MM-yyyy HH.mm.ss").ToString...
asked by 06.08.2017 / 12:50
0
answers

How can I download a full page from php

Someone knows how I could download an external page to mine through its url and save it in a specific directory. I express myself better, what I want to achieve is to do the same function that the browser performs when we are on a page and we gi...
asked by 28.11.2018 / 08:14
0
answers

error in the layout of android studio. Apply script build.gradle

I have the following problem I just downloaded android studio and I have not done any project because I have that error that does not let me see the layout     
asked by 18.11.2018 / 01:25
1
answer

How do I execute an action when I download a direct file in c #?

What I'm doing is a download of an Excel file when I find any record that already exists in the bd, this is mainly responsible for detecting it, not saving it and downloading an Excel indicating the repeating records, the problem begins when apa...
asked by 16.11.2018 / 18:36
0
answers

how do I download only my gridview in c #?

I have a problem when downloading my GridView to excel since my method causes the whole page to be downloaded as for example the DropDownList that it contains, before I had the code in a Template but I passed it to a Form and it continues to mar...
asked by 28.08.2018 / 20:44
0
answers

Force_download on codeigniter

I would like to know how I can download a file using the force_download method of Codeigniter, and choose the destination directory within the same project, and not the "downloads" folder as it is by default. Of course, thank you very much -...
asked by 08.07.2018 / 01:31
1
answer

How to validate the download of a file when there is no data, using spring?

I have the following method in the controller that passes parameters to a service method to do the query search, and the information is downloaded into a csv text file @RequestMapping(value= "/views/formulario", method = RequestMethod.PO...
asked by 11.06.2018 / 00:22
0
answers

Can I download a .docm file from a JSP server?

When I download from my jsp application, the .docm files and open them, I get the message: "Sorry, can not open doc1.docm because there is a problem with the content." If I rename that file by changing the extension to .docx it can be displayed....
asked by 09.05.2018 / 12:01
0
answers

Failed to extract Kibana on Linux: Fixed link file could not be created

I tried to download Kibana 6.2.4 about the official website , which allows you to view your Elasticsearch data and navigate through the Eslastic stack. But when I try to extract the .tar file I have this error message: An error occurred wh...
asked by 02.05.2018 / 16:36
0
answers

Download Firebase Storage image from variable String

This is part of the code of the activity with several attempts to make it work, I have managed to directly put the complete uri but never putting the uri as String // Intent Intent intent = getIntent(); gName=intent.get...
asked by 17.03.2018 / 10:47