When Exporting a file. How to Check the size of a file which is being downloadedIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } --> How to check the size of a file downloading General Information When using the export feature to export a file it can take some time to download depending on the size of the file. Whenever using any of the options within export the file is saved within the sys_attachment table Example: Navigate to the file to download. In this instance, all active users are exported to XML 2. If navigating to the browser's downloads, determine the name of the file 3. Whilst the file is downloading, the session is locked so it is not possible to navigate to another area of the application. Open a new browser and login to the instance of login to the instance again using the browser's incognito mode How to open google chrome in incognito mode 4. Navigate to the sys_attachment table, provided appropriate roles/security rights are available to access the table, and search for the attachment To perform this task, enter sys_attachment.list in the filter of the instance 5. Search for the attachment using the filter: In the example, the following filter options were used: -> created on today -> file name = the name fo the file i dowloaded (see step2) -> created by = my user ID The attachment table contains a field named Size in bytes which contains the size of the attachment you downloaded in bytes