Welcome Guest, Not a member yet? Register   Sign In
How to get file name?
#1

[eluser]Unknown[/eluser]
I follow user guide at http://ellislab.com/codeigniter/user-gui...ading.html to create my upload file application.

But I have a problem when I try to get the original file name.

Code:
.......
.......
.......
$config['upload_path'] = './uploads/';
$config['allowed_types'] = 'gif|jpg|png';
$config['max_size']    = '100';
$config['file_name']    = time().'_original_name'; // I tried = time().'_'.$_POST['userfile']; but it doesn't work
$config['max_width']  = '1024';
$config['max_height']  = '768';
......
......
......

Thanks for help


Messages In This Thread
How to get file name? - by El Forum - 05-26-2010, 07:12 AM
How to get file name? - by El Forum - 05-26-2010, 07:21 AM
How to get file name? - by El Forum - 05-26-2010, 08:03 AM
How to get file name? - by El Forum - 05-26-2010, 10:32 AM



Theme © iAndrew 2016 - Forum software by © MyBB