Hello there
I've used FCKEditor for a while now, but i've never used the file upload features, but i started using it today.
Only problem is, the Quick Upload is working, but the File Browser is not
QuickUpload form (WORKING FINE!!)
File Browser (NOT WORKING!! Can't upload in this window and can't browse earlier uploaded files)
My /editor/filemanager/connectors/php/config.php looks like this:
$Config['UserFilesPath'] = '/map/include/uploads/' ; $Config['UserFilesAbsolutePath'] = '/var/www/vhosts/domainname/httpdocs/map/include/uploads/' ;
The folder "uploads" has 777 permisions (that's fine, otherwise i could not use the quick upload)
But WHY is the file browser not working??
Sorry for my bad english dutch guy
Re: [PHP] Quick Upload working, File Browser isn't