Skip to main content
Version: v10.15

File Upload & Blob Data

This section showcases the usage of Fileupload Widget and Java Service to save blob data into the database.

  • When the database table has a field of blob type, the data table automatically uses a Fileupload widget to upload files into the database
  • Download files using download=true in the ng-href property of the anchor
  • What type of files are best suited for blob type? eg. video are not best suited.

File Upload Use Cases