1 <?php
defined('SYSPATH') OR die('No direct access allowed.');
5 * This path is relative to your index file. Absolute paths are also supported.
6 * Should end with a slash (/) and be writable by webserver (apache)
8 $config['directory'] = DOCROOT
.'upload/';
11 * Enable or disable directory creation.
13 $config['create_directories'] = FALSE;
16 * Remove spaces from uploaded filenames.
18 $config['remove_spaces'] = TRUE;