permissions of file uploaded using FormBuilder
Posted: Thu Aug 14, 2008 8:20 pm
U have a form built with form builder which has a disposition of sending result by email. One of the ffelds is file upload. When I submit a form it is uploading file to the /uploads folder, but gives to it 0600 permissions (RW only for owner). Such file is inaccessible from web browser as it need at least 0444 (read for everybody).
In global settings of CMSMS umask is set to 644 and /uploads folder also has 644 as its umask. In donfig.php I have:
$config['default_upload_permission'] = '664';
Any idea what can cause such permissions?
In global settings of CMSMS umask is set to 644 and /uploads folder also has 644 as its umask. In donfig.php I have:
$config['default_upload_permission'] = '664';
Any idea what can cause such permissions?