20
Views
2
Comments
How to use File upload from Multiple file upload component with File system Component
Application Type
Reactive

I want to use multiple file upload component. In this file upload web block is there so with that I want to save my file locally so how we can achieve this.

Can anybody provide demo ?



Thanks

Champion

Hello,

Which component you are speaking about?

Probably you have an event that returns the files you uploaded and with this you should handle with an action in your screen and assign to a local variable/list.

Regards, Paulo Torres

Hi @Sourav Sandhu ,
In the event handler, you will get FileId with which you will need to filter the binary aggregate.
You just need to add the aggregate and apply the filter by FileId then you will get binary data.

If you need more details about the uploaded file you can also add join with "FileMetadata" aggregate.

Hope this helps you, Please let me know if you have more queries.

Regards,
Anubhav

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.