diff --git a/packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/010.attachment.md b/packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/010.attachment.md index 9d87aec605..be69ee4962 100644 --- a/packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/010.attachment.md +++ b/packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/010.attachment.md @@ -67,4 +67,7 @@ In self-hosted version, you can configure the following environment variables to - NC_SECURE_ATTACHMENTS: Allow accessing attachments only through pre-signed URLs. Default: false - NC_ATTACHMENT_EXPIRE_SECONDS: Expiry time for pre-signed URLs. Default: 7200 -Find more about environment variables [here](/getting-started/self-hosted/environment-variables) \ No newline at end of file +Find more about environment variables [here](/getting-started/self-hosted/environment-variables) + +## Related articles +- [Attaching a file from mobile](/views/view-types/form#attaching-a-file-from-mobile-device) diff --git a/packages/noco-docs/docs/090.views/040.view-types/030.form.md b/packages/noco-docs/docs/090.views/040.view-types/030.form.md index 81b7e93aa9..c4ca473923 100644 --- a/packages/noco-docs/docs/090.views/040.view-types/030.form.md +++ b/packages/noco-docs/docs/090.views/040.view-types/030.form.md @@ -83,6 +83,17 @@ When enabled, ![Survey Form View](/img/v2/views/survey-form.png) +## Attaching a file from mobile device +To attach a file from mobile device, +- Click on the `Add File(s)` button in attach field +- Sample options could be (varies from device to device) + - Camera : use this if you wish to take a picture + - Files : use this if you wish to attach a file from your device + + +![Attach file from mobile](/img/v2/views/mobile-upload.png) + + ## Related articles [Form View](/views/view-types/grid) [Gallery View](/views/view-types/gallery) diff --git a/packages/noco-docs/static/img/v2/views/mobile-upload.png b/packages/noco-docs/static/img/v2/views/mobile-upload.png new file mode 100644 index 0000000000..2c970e1832 Binary files /dev/null and b/packages/noco-docs/static/img/v2/views/mobile-upload.png differ