Monday, 15 October 2018

Move large file server to server without downloading file in PHP that will save lot of time


Move large file server to server without downloading file in PHP that will save lot of time <?php function moveLargefile($url, $dest)   {     $options = array(       CURLOPT_FILE => is_resource($dest) ? $dest : fopen($dest, 'w'),       CURLOPT_FOLLOWLOCATION...

Tuesday, 28 February 2017

Monday, 27 February 2017

How to Install and Enable Multiple Image Upload In Opencart Without Touching Core Files


Enable Multiple Image Upload Without Touching Core Files Features: - Upload multiple images to the currently edited product Opencart Version: Extension for Opencart 2.0.1.1. But it should also work in other versions of opencart since 2.0 (no guarantee). Description This Opencart extension...