This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Attached files table
|
# Attached files table
|
||||||
|
|
||||||
The attached files data table is used to view and validate all [attachments](ay-start-form-attachments.md) known to AyaNova that Users have placed on objects.
|
The attached files data table is used to manage [attachments](ay-start-form-attachments.md) known to AyaNova that Users have placed on objects.
|
||||||
|
|
||||||
## Authorization Roles required
|
## Authorization Roles required
|
||||||
|
|
||||||
@@ -55,21 +55,25 @@ This option is useful to free up space when there are a large number of files th
|
|||||||
The data table shows all the attachments that are known to AyaNova, that is, attachments that Users have made to object, _not_ a list of files on disk.
|
The data table shows all the attachments that are known to AyaNova, that is, attachments that Users have made to object, _not_ a list of files on disk.
|
||||||
|
|
||||||
#### Attachment
|
#### Attachment
|
||||||
CONTINUE HERE
|
|
||||||
|
File name of the attachment. This link will open to the object the file is attached to if it's an openable type.
|
||||||
|
|
||||||
#### Object
|
#### Object
|
||||||
|
AyaNova object to which the file is attached. This link will open to the object the file is attached to if it's an openable type.
|
||||||
|
|
||||||
#### Size
|
#### Size
|
||||||
|
|
||||||
|
Size of the object in human readable units.
|
||||||
|
|
||||||
#### Notes
|
#### Notes
|
||||||
|
|
||||||
|
Any notes entered about this attachment.
|
||||||
|
|
||||||
#### File exists
|
#### File exists
|
||||||
|
|
||||||
[UNDER CONSTRUCTION]
|
Indicates that AyaNova has confirmed that the file was present the last time an [attachment maintenance job](#start-attachment-maintenance-job) was run
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#b4beta
|
|
||||||
|
|
||||||
todo: insert note in docs (ops?) if upload won't work from a device and error not evident check in the AyaNova client error log under help-About and see if there is an error 413 related to the recent file (camera image) upload, as it's likely not AyaNova restricting but a intermediary front end setting, e.g. NGinX
|
|
||||||
te about nginx somewhere or any front end when receive error 413 when attempt to upload a large attachment.
|
|
||||||
AyaNova allows up to 10gb in the upload but if there is a front end ahead of it like nginx then a setting
|
|
||||||
will need to be made to allow larger as default (for nginx) is 1m which is too small for direct from smartphone camera photo upload
|
|
||||||
setting for nginx is client_max_body_size and a value of 0 is infinite but should not be used, instead set to reasonable limit to avoid issues.
|
|
||||||
|
|||||||
@@ -11,7 +11,15 @@ te about nginx somewhere or any front end when receive error 413 when attempt to
|
|||||||
will need to be made to allow larger as default (for nginx) is 1m which is too small for direct from smartphone camera photo upload
|
will need to be made to allow larger as default (for nginx) is 1m which is too small for direct from smartphone camera photo upload
|
||||||
setting for nginx is client_max_body_size and a value of 0 is infinite but should not be used, instead set to reasonable limit to avoid issues.
|
setting for nginx is client_max_body_size and a value of 0 is infinite but should not be used, instead set to reasonable limit to avoid issues.
|
||||||
|
|
||||||
|
[UNDER CONSTRUCTION]
|
||||||
|
|
||||||
|
#b4beta
|
||||||
|
|
||||||
|
todo: insert note in docs (ops?) if upload won't work from a device and error not evident check in the AyaNova client error log under help-About and see if there is an error 413 related to the recent file (camera image) upload, as it's likely not AyaNova restricting but a intermediary front end setting, e.g. NGinX
|
||||||
|
te about nginx somewhere or any front end when receive error 413 when attempt to upload a large attachment.
|
||||||
|
AyaNova allows up to 10gb in the upload but if there is a front end ahead of it like nginx then a setting
|
||||||
|
will need to be made to allow larger as default (for nginx) is 1m which is too small for direct from smartphone camera photo upload
|
||||||
|
setting for nginx is client_max_body_size and a value of 0 is infinite but should not be used, instead set to reasonable limit to avoid issues.
|
||||||
|
|
||||||
## OVERVIEW
|
## OVERVIEW
|
||||||
TODO: this, see TAGS for layout
|
TODO: this, see TAGS for layout
|
||||||
Reference in New Issue
Block a user