Skip to content

FileDownloader is for downloading files in just one click on a button. How to handle all the header properly so that you can download the file in one click.

Notifications You must be signed in to change notification settings

VishnuSivadasVS/FileDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

FileDownloader

Vishnu Sivadas

Download a file with on click on a button. How to handle all the header properly so that you can download the file in one click.

How to use?

First of all download the file FileDownloader.php and place it in your project folder. Now add the file FileDownloader.php to your project file by requiring it.

require "FileDownloader.php";

Simply create an object for the class FileDownloader.

$ob = new FileDownloader();

Call the fileDownloaderMain() and pass the file url as its argument.

$ob->fileDownloaderMain($url);

Feel free to report any issues related to this.

Authors

  • Vishnu Sivadas - Developer - Website

Check out my other works @VishnuSivadasVS

About

FileDownloader is for downloading files in just one click on a button. How to handle all the header properly so that you can download the file in one click.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages