This is the archived documentation for WaveMaker v10 and v11

For newer WaveMaker versions (v12 and above), please visit the Latest WaveMaker Docs.

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