Skip to content
chungchunwang edited this page May 12, 2023 · 2 revisions

Budibase File Upload Tool Wiki

Welcome to the Budibase-File-Upload wiki!

About

This component is used for adding file fields inside of forms. It stores data inside a text value (JSON serialized), so it sould work with any text-based database column. This should work with both the Budibase DB and any other external SQL or noSQL DBs as all the files are fully serialized into text. This is useful if you wish to circumvent the default attachment field of Budibase, which stores data in MiniIO, and you instead want to store data directly inside your database. As files can have a lot of data within them, do note that some of the generated text fields can be quite long.

Please report any issues or feature requests (or perhaps star!).

This is a plugin for the low-code platform Budibase. Find out more about Budibase here.

Demo Video

Note: You can also set accepted file types, which is not shown in the video. Example GIF

Or watch it on YouTube at a higher framerate.

Demo Youtube Video

Other Tools

This plugin also has a companion Repeater plugin so that you can display the files outside of a form. Check it out here!

Clone this wiki locally