I would like to install LimeSurvey ( using xampp) but what is more i'd like to move upload folder from limesurvey/upload to different location- C:/upload. How can i achieve this? I changed config-defaults.php (two lines)
$config = 'C:/upload';
$config = "C:/upload";
This worked fine until i wanted to import template..
It shows a blank screen (preview of survey). What could be the problem?