Upload folder doesn't exist or $uploadpath in config.php is set wrong!

The title is the error that I get from ckeditor when I try to browse and upload an image. For this I used PDW File Browser plugin. I add into the config.php for this plugin:

$uploadpath = "/images/blog/"; // absolute path from root to upload folder
I tried even this C:/wamp/www/test/images/blog/ for the path but I get the same error.

Where is my mistake?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.