chungchunwang / Budibase-File-Upload

Upload files in your Budibase app!
MIT License
22 stars 11 forks source link

append new files in another form #1

Closed liongkj closed 1 year ago

liongkj commented 1 year ago

Hi, i have this condition that I may need to add new supplementary files in a 'update' form. How do i do this?

chungchunwang commented 1 year ago

Hi! You can just add the file upload component to the update form component. For example, if you generate the CRUD pages for your table, just replace the text field in the update form with the file upload component.

liongkj commented 1 year ago

I thought that will 'replace' the old files?

For example During create, i added file A, file B. later on in update, I wanted to add file C.

chungchunwang commented 1 year ago

Hi! No, it will not replace existing files.