diff --git a/docs/_images/field_file.png b/docs/_images/field_file.png index 176dcf6d3..b56def094 100644 Binary files a/docs/_images/field_file.png and b/docs/_images/field_file.png differ diff --git a/docs/_images/field_file_file.png b/docs/_images/field_file_file.png new file mode 100644 index 000000000..d605958d1 Binary files /dev/null and b/docs/_images/field_file_file.png differ diff --git a/docs/_images/icon_edit.png b/docs/_images/icon_edit.png new file mode 100644 index 000000000..ec421f13f Binary files /dev/null and b/docs/_images/icon_edit.png differ diff --git a/docs/_images/icon_edit_meta.png b/docs/_images/icon_edit_meta.png new file mode 100644 index 000000000..7dd68aa4a Binary files /dev/null and b/docs/_images/icon_edit_meta.png differ diff --git a/docs/_images/icon_remove.png b/docs/_images/icon_remove.png new file mode 100644 index 000000000..be400d33e Binary files /dev/null and b/docs/_images/icon_remove.png differ diff --git a/docs/fieldtypes/file.md b/docs/fieldtypes/file.md index 3f7d62c48..36726ebb1 100755 --- a/docs/fieldtypes/file.md +++ b/docs/fieldtypes/file.md @@ -19,7 +19,13 @@ File fields utilize the built-in file browser to store uploaded files and images ![file field](_images/field_file.png) -NOTE: **Note:**Your site must have at least one upload directory before you can create a file field. +NOTE: **Note:** Your site must have at least one upload directory before you can create a file field. + +A File field allows you to browse through existing files and upload new files. You can use the operating system's file selection interface or simply drag and drop files to the File field to upload them. + +![file field with file selected](_images/field_file_file.png) + +Once a file has been selected in the field, that file can be replaced by clicking the edit icon icon. The field selection can be cleared by clicking remove icon icon (this will not remove the file from the system). You can also change the file metadata (such as the title or description) by clicking the settings icon icon - please note that file's metadata will be changed globally throughout the system. ## Field Settings