diff --git a/lam/docs/manual-sources/howto.xml b/lam/docs/manual-sources/howto.xml index 6f025374..f9f1e22f 100644 --- a/lam/docs/manual-sources/howto.xml +++ b/lam/docs/manual-sources/howto.xml @@ -3999,7 +3999,7 @@ Run slapindex to rebuild the index. Field type: text, password, text area, checkbox, radio - buttons, select list + buttons, select list, file upload @@ -4020,14 +4020,6 @@ Run slapindex to rebuild the index. structural object classes - - (binary) attributes that require file uploads - - - - multi-value attributes - - attributes that require validation rules across multiple attributes or cannot be described by a simple regular @@ -4313,6 +4305,34 @@ Run slapindex to rebuild the index. ")" E.g. /^[a-z0-9\.]$/i + + + + + File upload: + + This is used for binary data. You can restrict uploaded data to a + given file extension and set the maximum file size. + + + + + + + + + + Presentation: + + The uploaded data may also be downloaded via LAM. + + + + + + + +
@@ -5980,7 +6000,7 @@ Run slapindex to rebuild the index. Field type: text, password, text area, checkbox, radio - buttons, select list + buttons, select list, file upload @@ -6199,6 +6219,34 @@ Run slapindex to rebuild the index. "(", ")" E.g. /^[a-z0-9\.]$/i + + + + + File upload: + + This is used for binary data. You can restrict uploaded data + to a given file extension and set the maximum file size. + + + + + + + + + + Presentation: + + The uploaded data may also be downloaded via LAM. + + + + + + + +
diff --git a/lam/docs/manual-sources/images/customFields21.png b/lam/docs/manual-sources/images/customFields21.png new file mode 100644 index 00000000..96f387f0 Binary files /dev/null and b/lam/docs/manual-sources/images/customFields21.png differ diff --git a/lam/docs/manual-sources/images/customFields22.png b/lam/docs/manual-sources/images/customFields22.png new file mode 100644 index 00000000..7125bbdd Binary files /dev/null and b/lam/docs/manual-sources/images/customFields22.png differ diff --git a/lam/docs/manual-sources/images/customFields23.png b/lam/docs/manual-sources/images/customFields23.png new file mode 100644 index 00000000..48e734c1 Binary files /dev/null and b/lam/docs/manual-sources/images/customFields23.png differ diff --git a/lam/docs/manual-sources/images/customFields24.png b/lam/docs/manual-sources/images/customFields24.png new file mode 100644 index 00000000..d57de699 Binary files /dev/null and b/lam/docs/manual-sources/images/customFields24.png differ