Questions tagged as 'download'

0
answers

What are binary download differences, auto LF, auto std and text?

In bitvise ssh, you have upload and download mode options that are binary , auto LF , auto std , and text . What are the differences between them?     
asked by 13.08.2016 / 13:59
0
answers

How do I make a download on a web page having the files on my computer, outside of my web project? [closed]

I need to make a web application that the user uploads PDF files and can download them later. The upload part is done, except the files in a folder of my PC /home/william/web . To save the files to my PC, I edited the file server.xml...
asked by 07.11.2015 / 22:14
3
answers

Refresh page after download

I'm working on a JSF page and need to download a .pdf. When downloading the object is changed and I would need to update it because I can not allow the same download more than once. But if I use <f:ajax> the download does not work....
asked by 24.06.2015 / 18:41
3
answers

Download images

Problem How do I download multiple images with javascript? For example, how do I do when I click a button in javascript it automatically accesses the url: link and download the image? HTML <button onclick="salvar_imagem()">...
asked by 06.03.2014 / 13:18
1
answer

Download Files by web link C #

I'd like to deploy on a system that I'm making an option to download the files over the web, for pre-defined cloud links that I have. But I'm not able to do this implementation. Can you help me?     
asked by 18.07.2018 / 06:08
1
answer

Download within app [closed]

My application and set of images, I would like to know how I can create a button that allows you to save the images on the phone or put the images as the background of the phone.     
asked by 03.01.2017 / 01:54
2
answers

What do I need to do to make my app not recognized as "Unknown Source"?

I'd like to know what procedure I should follow in order to be able to post my App on my site and users can install without having to enable the "Unknown Sources" option within the Android Security menu. If anyone could help me I would be ver...
asked by 28.10.2014 / 11:29
2
answers

Hide Link to download

I'm creating a download code for holerite files, where everyone can only see your pocketbook. The code I did now works, however has a flaw, as I put all the files in the same folder to make it easier to upload them since they are over 400 when t...
asked by 13.03.2017 / 15:23
1
answer

Files in the public folder using Laravel 4.2 are inaccessible

Hello, I have an application where some files are created in the public folder of Laravel 4.2 , then send an email to the user with the URL's to download these files , but an error occurred while attempting to download. Initially...
asked by 13.12.2016 / 16:18
1
answer

Problem downloading FTP / PHP files

This is my code to force the download: <?php ftp_get($conn, $local_file , $server_file, FTP_BINARY); header('Content-Disposition: attachment; filename="' . $local_file . '"'); readfile($local_file); ftp_close($conn); ?> Th...
asked by 28.10.2016 / 20:09