File Upload | S3 Multipart Upload support
For large file uploads (greater than 5GB), the S3 Multipart Upload API improves the upload experience by uploading large files in chunks to enable quicker throughput. The Multipart API features a recovery mechanism to handle slow or interrupted network services, leveraging the ability to pause and resume object uploads. In addition, object uploads can commence before the full size of the object is known.
Data Table
The Data Table is a grid based component that enables a more informed selection of data. Think of it as a Select Dropdown, but with more information for an end user of the form to make a decision. Only the rows selected will be included in the Submission JSON. The following features have been added to the Data Table in this release:
Fetch Data from a Resource or URL
Population of Data into the Data Table is now available via the Fetch Tab, to pull data directly from a Resource or any URL endpoint. Read the How-To here.
Submit Selected Rows
Because the Data Table can be populated with massive Data Sets, only the selected rows are submitted as part of the submission. A setting has been added to make this easy.