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
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
Sure.. Will refer to the forums more
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,
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?
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.
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?
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.
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.