136
Views
7
Comments
Solved
Upload Multiple File then store the data in the table.
Question

Hello everyone,

I need help, how can I Upload Multiple File then store the data inside of a Table?

Here's the scenario:

- I have a button named "Import File" when I click the button it will pop up the multiple file upload.
- I also have a table once I upload multiple files, then click button named "submit" *I forgot to insert a button*.
- Once I click the submit button it will refresh the table and load the data.


2023-06-27 05-52-18
A L L Y
Solution

Solved!!!

2023-01-26 16-03-24
Ana Agostinho

Hello Ally, 

There are some forge components that you can use or see how they are built. These are the ones I recommend. Both of them have a try now/demo :) You can check the implementation and it will be enough for you to sort out your issue. 

Best regards, 

Ana

2023-06-27 05-52-18
A L L Y

Hello @Ana Agostinho,

I already use it, as you can see on my popup that's the widget of ReactiveMultipleFileUpload. What I need is when I select many file with the same data it will extract its data into table.

2020-05-07 18-53-00
Rui Barradas
 
MVP

Hello ALLY,

Hope you're doing well.

What exactly is your technical issue in here?

If you pretend to store the data in a table, you just need to have a field in that table with Data Type defined as Binary Data. You should be able to save the content of the file in that field.

I'd suggest for you to have this Binary Data field in an extension table for better performance.


Kind regards,

Rui Barradas

2020-05-07 18-53-00
Rui Barradas
 
MVP

Did you try to debug your code to see why is not working?

What is the error that you're facing?

2023-05-08 05-34-05
Piyali Saha

Hello ALLY,

As per my understanding of your scenario, you can loop the list of binary files selected and insert them to your entity through entity actions otherwise you can use advance Sql to insert multiple files at once in the entity.

Let me know if this helps.

Thanks & Regards.

2023-06-27 05-52-18
A L L Y

Hello @Piyali Saha,

I already do that but not working. Do you have any chance to share some example file. I faced a lot of errors when I do that.

Thanks,
Ally

2023-06-27 05-52-18
A L L Y
Solution

Solved!!!

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