Skip to content

Instantly share code, notes, and snippets.

@vrkansagara
Created September 8, 2015 16:05
Show Gist options
  • Select an option

  • Save vrkansagara/c92448599e7d7a4a484a to your computer and use it in GitHub Desktop.

Select an option

Save vrkansagara/c92448599e7d7a4a484a to your computer and use it in GitHub Desktop.
relate to CI_Upload.php
<?php
/**
* Created by PhpStorm.
* User: vallabh
* Date: 08/09/15
* Time: 18:51
*/
$config['upload_path'] = APPPATH. '/data';
$config['allowed_types'] = 'gif|jpg|png';
$config['max_size'] = 100;
$config['max_width'] = 1024;
$config['max_height'] = 768;
$config['overwrite'] = true;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment