Hi,
I have a requirement of sending documents (filetypes like pdf, jpeg, xlsx, docx, ppt etc) from Appian to external system (AWS API) through integration object, so I want to know what is the maximum file size I can send it through an integration object. I have read in documentation that Appian supports file upload up to 1 GB, so will Appian supports sending file through integration object up to 1 GB as well?
Also, if I want to upload a 1GB file through an uploader component, how much time the component will take to load the file into the interface from users local system. Will the users session be active till the 1 GB file upload to the interface completes?
Thanks.
Discussion posts and replies are publicly visible
About integrations with external systems (that is not the same as upload a file to appian):
docs.appian.com/.../Integration_Object.html
Size limitations
For examples of sending documents, see the HTTP integration examples section.
Thanks David for the reply, I have tested the fileupload using the integration object with a file size of upto 75 MB (even tested for 50, 60 MB) but am getting the below error as http response. Can you please let me know if this is something to do with modifying any properties in Appian server to handle bigger size files.
HTTP Response:
That error comes from appian or from external system (AWS)?
Hi David,
This error comes from Appian and not from the external system, the request have not reached the external system at all.
https://community.appian.com/support/w/kb/378/kb-1161-http-1-1-413-request-entity-too-large-email-body-failed-to-render-errors-thrown-in-application-server-log. There is a support case related to this issue , Go through this and check the solution they provided for Symptom 1