mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Update 05_UploadField.md
This commit is contained in:
parent
f15f87b851
commit
b26e81d91a
@ -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
|
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.
|
to 1 will make sure that only one image can ever be uploaded and linked to the relation.
|
||||||
|
|
||||||
### Multiple fileupload
|
### Multiple fileupload
|
||||||
|
Loading…
Reference in New Issue
Block a user