Snippets tagged “file-download”
2 snippets use this tag.
- Download a file with Android, and showing the progress in a ProgressDialogJava
To download a file with Android and show the progress in a ProgressDialog, you can use the following steps:
- PHP generate file for download then redirectPHP
In PHP, you can use the header() function to send a "Content-Disposition" header to prompt the user to download a file.