MasterClass/application/config/upload.php
2025-07-29 15:53:43 +03:00

14 lines
458 B
PHP

<?php
defined('BASEPATH') OR exit('No direct script access allowed');
/*
|--------------------------------------------------------------------------
| Uploaded file directory
|--------------------------------------------------------------------------
*/
// $config = array(
// 'upload_path'=> FCPATH . "resources/images/frontoffice/tmp/",
// 'allowed_types' => 'jpeg|jpg|png|pdf',
// 'overwrite' => FALSE,
// 'encrypt_name' => TRUE
// );