45
Views
8
Comments
Solved
Multiple File upload forge component
Application Type
Reactive

Hi

I am using Reactive Multiple file upload forge component. But the demo says to save our data in the forge library entities- Binary file and File Metadata.

But I need to save my data in my own database. I have created a logic but it doesn't work. Can anyone pls help on this

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

Hello Lalithambika Sivasankar, 


There are a lot of forge components, especially reactive that you can check. Most of them have demos and how-tos and they allow you to save it on the database. You just have to follow the instructions that they provide. 


Also, this is a very common question posted on forums, so you might search and take a look at some posts. They already provide the instructions you are asking for. :) 


I would recommend you to go and check these ones: 

Best regards, 

Ana

UserImage.jpg
Lalithambika Sivasankar

Sure.. Will refer to the forums more


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


Just to let you know, you can also search for specific questions related to the component you are trying to use. Most of the time, the questions are solved and the issues sorted! Give it a try :) 

Best regards, 

Ana

2019-09-30 07-35-56
Aurelio Junior

Hello,

I suppose you're talking about this component.

What exactly do you mean by "it doesn't work"? What changes did you make to the component's logic and what error messages, if any, are you getting?

UserImage.jpg
Lalithambika Sivasankar

Hi,

You are right that I used the same component.

I did not make any changes to the component's logic. I just referred to it and implemented my own entity of binary datafile in my application instead of file metadata. It didn't work.

2019-09-30 07-35-56
Aurelio Junior

Sorry, but that doesn't make a lot of sense. If you're still using the original component but didn't make any changes to it, how is it supposed to save the data to your database entities instead of the ones defined in the component?

UserImage.jpg
Lalithambika Sivasankar

I downloaded only the MultipleFileUploadReactive_CW component and not the associated library (MultipleFileUploadReactive_Lib) component. Only to use my entities instead of the forge entities.

2019-09-30 07-35-56
Aurelio Junior

So I suppose you're using the "FileUpload_BinaryData" block from that component. If so, can you show the code you've built to save the files to your database entities? Again, simply saying "it doesn't work" doesn't really help us understand what is the issue you're facing.

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