Files Uploaded from UI where do they reside.... in Heap or in RAM Memory

Hi All,

 

I wanted to check few things like,

I have a file Upload component where i can upload the file.... Once the file is Uploaded into the screen, where does this actually reside as per the memory, 

1.When i click on Upload it takes time to load on to the screen to tell me the size--- till that time where is the file loaded.

2.Once the file is uploaded on screen where is the file loaded-is it in Heap or Memory.

3. Once you click on submit where does it goes.- is it Heap or Is it Memory or is it Disk

  Discussion posts and replies are publicly visible

Parents Reply
  • In that case, it's worth noting that the maximum file upload size is generally 1GB. On some sites, this can be configured up to a maximum of 2GB, but Appian does not currently support the upload of individual files larger than 2GB. Now, having said that, 2GB is quite large for a single file; may I ask what sort of files you're planning to upload that would be in excess of 10GB?
Children