Welcome Guest, Not a member yet? Register   Sign In
uploading on subfolders
#1

[eluser]radd[/eluser]
Hi guys,
I'm new here and here's my dull question:

Running CI on my localhost using XAMPP and I'm trying to upload images on a 'uploads' folder but in subfolders (ie. each user has it's own subfolder of uploaded images and thumbs).

SAMPLE:
Code:
$id = $this->session->userdata('id');
$config['upload_path'] = 'uploads/'.$id.'/';

But when I run this, I get a: The upload path does not appear to be valid.
How should I do it?


Messages In This Thread
uploading on subfolders - by El Forum - 01-07-2010, 04:03 AM
uploading on subfolders - by El Forum - 01-07-2010, 04:20 AM
uploading on subfolders - by El Forum - 01-09-2010, 08:40 AM
uploading on subfolders - by El Forum - 01-09-2010, 10:45 AM
uploading on subfolders - by El Forum - 01-09-2010, 11:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB