Merge pull request #6546 from EtherealTallow/patch-1

Update 05_UploadField.md
This commit is contained in:
Daniel Hensby 2017-01-23 16:38:33 +00:00 committed by GitHub
commit d63e6021eb

View File

@ -57,7 +57,7 @@ The following example adds an UploadField to a page for single fileupload, based
```
The UploadField will auto-detect the relation based on its `name` property, and save
it into the GalleyPages' `SingleImageID` field. Setting the `setAllowedMaxFileNumber`
it into the GalleryPage's `SingleImageID` field. Setting the `setAllowedMaxFileNumber`
to 1 will make sure that only one image can ever be uploaded and linked to the relation.
### Multiple fileupload