Kuika's Big File Upload element allows users to upload large files quickly, securely, and seamlessly. This element is particularly useful for managing high-volume data such as media content, project files, or large data sets.
Supported only in web applications.
Areas of Use
Areas for uploading IDs, diplomas, certificates, or contracts
Uploading large media files (video, audio, images)
Report or dataset sharing screens
Project, document, or file archiving applications
User-based document management modules
Use Case – User Document Upload Module
In a web application, users need to be able to upload documents such as IDs, diplomas, or certificates, and then view, download, and delete them. Documents are stored in directories specific to each user, and operations are tracked through the system.
In the scenario:
The user clicks on the “Click or drag file to this area to upload” field or drags and drops the file.
The system automatically splits the file into small chunks (chunk upload) and begins uploading.
When the upload is complete, the system assigns a unique File ID (GUID) to the file.
The file information (File ID, File Name, Upload Date) is associated with the user and stored in the database.
Connecting the Data Source
Go to the Datasources module.
Then click the + icon next to the Tables heading and name the table “UserDocuments”.
Create the following table.
Create a new action in the SQL Actions tab: InsertUserDocument