Questions tagged as 'descarga'

3
answers

Access Denied or network error when trying to show file

I am developing an application Java Web App mounted on Apache Tomcat 8.0.27 . Both in the Internet Explorer browser and Google Chrome , I get errors when I try to show some file that I have deposited locally on my machine. The possible...
asked by 21.10.2016 / 18:17
1
answer

Android Studio preview error

My problem is that after installing and updating Android Studio, I see an error in the design tab that does not let me see the appearance of the app or the changes I made to it. PC specifications:    Intel i3 2328m    4 gb Ram    Wind...
asked by 23.06.2018 / 02:00
2
answers

Error downloading zip from PHP

Good! I'm trying to make a download of a zip file from the server, but when I start the download, it gets stuck ending up as failed. - As a data, when I change the file type to plain and download a txt any, download and ope...
asked by 27.09.2016 / 16:04
3
answers

Download text file in browser

I want to download a .txt file through my browser, what I have done so far is that the file is saved in a specific path, but I would like to download it through the browser to make it more comfortable for the user , here's the code I have so far...
asked by 17.11.2016 / 20:51
2
answers

PHP readfile prints file on screen

I'm trying to download a file from the server in PHP, I'm working with Wordpress, this is my code <?php // Genera la descarga del convenio colectivo de trabajo $dirBase = $_SERVER['DOCUMENT_ROOT'] . "/wp-content/themes/accelerate/c...
asked by 24.10.2016 / 17:52
1
answer

How to do an AUTOUPDATE to update without PlayStore in Android Studio?

Do any of you know how to update an application that will not be uploaded to the Play Store? I thought that when you start the application it will verify its internal version number (Versioncode and VersionName) and compare it with a WebServi...
asked by 18.01.2018 / 18:09
1
answer

Problem when opening txt hosted on server

The fact is that I have a website where I have a link where when I press it, a txt that has several lines is downloaded, for example, it is like this:    123455       456789       234566       234354 But when you download it and open t...
asked by 20.08.2018 / 12:47
1
answer

Download laravel image

I have the following link: <a href="http://www.codigos-qr.com/barcode/barcode.processor.php?encode=CODE128&bdata={{$row->code}}w&height=40&scale=2&showData=1&Genrate=" title="Generar Codigo" target="_blank">{{ $row...
asked by 16.06.2018 / 23:22
0
answers

Download audios from Firebase (Android Studio)

Hello people from StackOverflow. I am a student of an Android course and in classes we started to see how to work with Firebase. The fact is that I have managed to get my application to play a series of mp3 audio from the database, but now I...
asked by 23.03.2018 / 21:27
2
answers

How can I download all the files in the array?

I have the following arrangement: foreach (string Id in Arguments.SelectedValues) { string temp = @"http://localhost:17277/blob.ashx?Pdf=o|" + Id; Result.NavigateUrl = @"http://localhost:17277/blob.ashx?Pdf=o|" + Id; } in which I...
asked by 12.08.2016 / 20:56