1 <?php
defined('SYSPATH') OR die('No direct access allowed.');
5 * This path is relative to your index file. Absolute paths are also supported.
7 $config['directory'] = DOCROOT
.'upload';
10 * Enable or disable directory creation.
12 $config['create_directories'] = FALSE;
15 * Remove spaces from uploaded filenames.
17 $config['remove_spaces'] = TRUE;