Hi,
I have a problem with uploading pictures to survey questions.
Error is something like this: cannot write to upload folder and it shows a path to third party / kcfinder.
I have tried to put this is config.php of kcfinder:
$_CONFIG = array(
'disabled' => false,
'denyZipDownload' => true,
'denyUpdateCheck' => false,
'denyExtensionRename' => false,
With no change.
Than I have tried to put there an absolute path to the upload folder (upload in foor, not upload folder of kcfinder) to the:
'uploadURL' => "
web.natur.cuni.cz/~ksgrrsek/survey/lime/upload",
but only change was that the error message changed to not being able to write to upload (in root dir).
Does anybody know how to solve it?
Thank you in advance.