zip files

phpBackup

phpBackup

phpBackup a tool through which you can make ZIP archive folders on your server. Script automatically winter root directory of your Apache server and provides directory folder to say C:/xampp/www and their subfolders. Features AJAX Creating archive AJAX Loader Backup archive listing (Menu -> “Backups”) Folders explorer (Only folders no files) Explorer show folder size and num of files in folder Update 1.1 Added database backup Added ...

Action Result for MVC Export CSV and Zip

Action Result for MVC Export CSV and Zip

In MVC the ActionResult is the core component of returning data. I have made three usual ActionResult that makes you fast returning data: 1. ActionResult_Zip – you can add many files and returns a Zip file with those files compressed 2. ActionResult_CSVDataTable : takes a DataTable as argument and returns a csv from this datatable 3. ActionResult_CSVObject : takes an IEnumerable(List, array) of objects of same type and returns the csv from the...