From dcc029374d0305a6231f6faf63521ec0168a95a8 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 20 Jan 2022 23:44:48 +0000 Subject: [PATCH] --- docs/8.0/ayanova/docs/ay-start-form-attachments.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/8.0/ayanova/docs/ay-start-form-attachments.md b/docs/8.0/ayanova/docs/ay-start-form-attachments.md index 9ec7de9e..fa0faf66 100644 --- a/docs/8.0/ayanova/docs/ay-start-form-attachments.md +++ b/docs/8.0/ayanova/docs/ay-start-form-attachments.md @@ -102,3 +102,5 @@ If an upload is made from a device but doesn't seem to be uploading at all (it i If you see this error in the log it's likely not AyaNova restricting the upload but intermediary web server software between AyaNova and the User such as nginx or IIS. Check with your IT support to determine if an adjustment needs to be made to allow larger files. Many intermediate servers will have very low file sizes allowed in their default configuration, for nginx the default client_max_body_size setting is 1mb. Web browsers are not good at handling and displaying this error which is why the log needs to be checked as internally AyaNova will track and log communication errors. + +A quick way to test if this is the problem is to upload a small file well under 1mb and see if that works where larger files do not. If this is the case it's likely a 413 issue.