diff --git a/docbook/Admin_Guide/en-US/Configuration.xml b/docbook/Admin_Guide/en-US/Configuration.xml index 2d07e2a9fe..c1c4969061 100644 --- a/docbook/Admin_Guide/en-US/Configuration.xml +++ b/docbook/Admin_Guide/en-US/Configuration.xml @@ -1626,15 +1626,18 @@ $g_language_choices_arr = array( 'english', 'french', 'german' ); $g_file_upload_method - Specify the location for uploading attachments. This can be - DISK, DATABASE, or FTP. In case of FTP, the files are saved on the + Specify the location for uploading attachments. + In case of FTP, the files are saved on the webserver (same as disk) as well as on the specified FTP server. - Default value is DATABASE. In case of DISK / FTP upload methods you need to provide the webserver with write access rights to the configured upload path (configured in the project) and temporary upload path (used by PHP). + Values: DISK, DATABASE, FTP + + Default: DATABASE +