i got a problem wiht path for userfileupload for fckeditor in cakePHP

i used in config.php of fckeditor as
$Config = '/tours/app/webroot/files/images' ;
for my localhost with xampp

but it is not working for uploading the files with fckeditor
it says '/tours/app/webroot/index.php/images' cannot be created.

i think its a problem with the .htaccess of the cake at webroot

any help will be appreciated ..
thanks

Recommended Answers

All 4 Replies

Can you post your few lines of upload code so that I can see what have been there . Have you used php_self method ?

Member Avatar for diafol

Hold on, I just noticed...your error...

/tours/app/webroot/index.php/images

You can't create this directory coz it's rubbish. Your directory should be /tours/app/webroot/files/images. You've messed up on your concatenation (string building) somewhere.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.