Welcome Guest, Not a member yet? Register   Sign In
file extention
#4

[eluser]randori21[/eluser]
[quote author="beaufrusetta" date="1298595767"]Going to need some more information. Are you using the File Upload class? (http://ellislab.com/codeigniter/user-gui...ading.html) Posting up some code from your app will help us in determining the issue. :-)[/quote]

i have used file upload class. this my code to upload

$this->load->helper('form');
//setting for upload
$config['upload_path'] = './uploads/';
$config['file_name'] = $this->input->post('nama_gbr');
$config['allowed_types'] = 'gif|jpg|png';
$config['max_size'] = '300';
$config['max_width'] = '1024';
$config['max_height'] = '768';
$this->load->library('upload',$config);

because, i need file extention to make list.js on tinymce. And i use codeigniter 1.7.2 version. When i try to make view like this:

[file_name] => mypic
[file_type] =>
[file_path] => /path/to/your/upload/


Messages In This Thread
file extention - by El Forum - 02-24-2011, 11:18 AM
file extention - by El Forum - 02-24-2011, 01:02 PM
file extention - by El Forum - 02-24-2011, 03:09 PM
file extention - by El Forum - 02-25-2011, 10:35 AM
file extention - by El Forum - 02-25-2011, 10:46 AM
file extention - by El Forum - 02-25-2011, 01:07 PM
file extention - by El Forum - 02-26-2011, 09:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB