What is the maximum fv!files.size when you do a!fileUploadField?

The saved document is loaded into a CDT. What is the maximum size for CDT?

  Discussion posts and replies are publicly visible

Parents
  • To be clear - the document binary object is stored in Appian's filesystem, and only the key (the document id) is stored in the CDT, that is, a reference or 'pointer' to the document so if you're concerned about the size of the CDT because it references a document you should not be concerned. 

  • Thanks for your reply Stewart. Our application is using a!fileUploadField to receive a .XML file which is stored as document. The document is then loaded into a CDT. When the XML being uploaded has a size bigger than 1MB, we are displaying error to the user because we worry that anything bigger will have a problem with performance. I think the worry came from a similar upload business function where there is a need to UPDATE existing records so a query rule is used and that is causing size problems. This XML upload is different because it is going to CREATE records. Our users are asking to remove the limit of 1MB. Based on your reply, we should be able to grant the users request without compromising performance.

Reply
  • Thanks for your reply Stewart. Our application is using a!fileUploadField to receive a .XML file which is stored as document. The document is then loaded into a CDT. When the XML being uploaded has a size bigger than 1MB, we are displaying error to the user because we worry that anything bigger will have a problem with performance. I think the worry came from a similar upload business function where there is a need to UPDATE existing records so a query rule is used and that is causing size problems. This XML upload is different because it is going to CREATE records. Our users are asking to remove the limit of 1MB. Based on your reply, we should be able to grant the users request without compromising performance.

Children