I'm moving images stored in database to a directory. I created a folder named "blob" inside of my installation folder and change its permissions to 777.
However, I got the error message
The directory /blob/ defined as QA_BLOBS_DIRECTORY is not writable by the web server.
Here's what in the configure file
define('QA_BLOBS_DIRECTORY', '/blob/');
How do I set up in a correct way?