unlcms / UNL-CMS

Drupal 7 implementation at the University of Nebraska–Lincoln
http://unlcms.unl.edu/
GNU General Public License v2.0
4 stars 13 forks source link

Force Webform to upload files to private files dir #918

Closed ericras closed 7 years ago

ericras commented 7 years ago

Implementation: will need to re-save existing forms for unl_webform_component_presave() to take effect and convert them to private file uploads

ericras commented 7 years ago

For sites/all/settings.php

$conf['file_private_path'] = conf_path() . '/files/private';