Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
1.2k views
in Q2A Core by
Hello All,

Where is all upload images storage, which folder ?

Thanks.

1 Answer

+1 vote
by
selected by
 
Best answer
With the default installation, the images get stored as BLOBs in the database table qa_blobs.

If you change line 81 in file qa-config.php to:

    define('QA_BLOBS_DIRECTORY', 'YOUR_SERVER_PATH');
 

The images get saved in this folder.
by
thanks this work :)
...