From 0fb38a5200f7557accb42848ceaf62c0d4b5e444 Mon Sep 17 00:00:00 2001 From: Sacha Judd Date: Tue, 7 Jul 2020 15:07:43 +1200 Subject: [PATCH] DOCS Update guides for field types [ci skip] --- docs/en/userguide/field-types.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/docs/en/userguide/field-types.md b/docs/en/userguide/field-types.md index ff9fc9f..454d5be 100644 --- a/docs/en/userguide/field-types.md +++ b/docs/en/userguide/field-types.md @@ -52,17 +52,14 @@ automatically when a form is filled out. Selecting a File Upload Field adds a field where users can upload a file from their computers. This is useful for getting documents and media files. -The folder that this field uploads to can be customised by selecting "Show Options" -and then selecting a new folder from the "Select upload folder" option. If no folder -is selected it will upload by default to the "Uploads" folder. +You will be prompted to choose a folder that this field uploads files to. +By default the "Form-Submissions" folder will be selected, however you’re free to create your own folder +(Form-Submissions/) or choose an existing folder. -If the default "Uploads" folder is used, or if you choose a folder that does not have additional CMS access permissions set, you may be exposing files uploaded via your form to the public, as well as anyone with access to the CMS. - -You can set any permission requirements on the upload folder by finding it in the "Files" area, clicking on it to edit and going to the "Permissions" tab. - -Only certain file extensions are considered safe for upload, -e.g. webserver script files will be denied but images will be allowed. The webserver environment also imposes a limit on file size by default. +To learn more about setting up File Upload folders refer to +[Form submissions, File Upload Field](/optional_features/forms/form-submissions/#file-upload-field). +Only certain file extensions are considered safe and will be accepted. By default there is also a limit on file size. ## Heading