File Uploader in chatting APP

Hello, bubbers. I hope you are doing well.

Now I am building a chatting app. And I have to implement the multi file attaching feature. Currently I am using the File&MultiFile plugin.

And I need to upload and save the files that I selected from the device.
How can I do this?
Please help me.

Thanks.

Hi @lopez.jonathan0401

You should build a visual element that will use this Plugins options to interact with the user. Then, place the File Uploader element in the page, it could be inside the widget you’ve crested. For example:

Then, start a workflow from it and search for Upload File&Multifile. In this action you should be able to set some variables. It could also be set directly in the editor.


Also, you can get more info about all the files that have been uploaded inside the FileUploader element to show the user what is happening.

Let me know if I can help you more!

Thanks for your message

I have already done this.
But currently I have to save the uploaded files to database.
There is an action called “save a File&Multifile” but am not sure how does it work.

You will need to run another action which is:

Sure I saved it in Bubble File manager using the above, but also I need to save it another table.

This workflow is working?
I tried, but It’s not working