Created
September 8, 2015 16:05
-
-
Save vrkansagara/c92448599e7d7a4a484a to your computer and use it in GitHub Desktop.
relate to CI_Upload.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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