Hello, anybody knows why I can't upload a file into subfolder??
IS posible only upload file to folder root.
In config.php I have:
$base_url="http://www.programasi.org";
$upload_dir = '/images/docs/';
$current_path = '../../../../../../../../images/docs';
Thank's
Thomas