-
Notifications
You must be signed in to change notification settings - Fork 13
Home
Welcome to the Budibase-File-Upload wiki!
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.
Note: You can also set accepted file types, which is not shown in the video.
Or watch it on YouTube at a higher framerate.
This plugin also has a companion Repeater plugin so that you can display the files outside of a form. Check it out here!