I have a problem when I try to upload files using the filemanager.
It works fine on when I try it on my computer, but when I try to upload to a remote host I can't. It shows me the content of the folder.
$Config['UserFilesPath'] = '/admin/filupload/' ; $Config['UserFilesAbsolutePath'] = ''.$_SERVER['DOCUMENT_ROOT'].'/admin/filupload/' ;
It works fine on when I try it on my computer, but when I try to upload to a remote host I can't. It shows me the content of the folder.