38
Views
3
Comments
how to Save a data one module to another module

I want to upload a file from one module to another forge module. if I click upload in my home module it will upload in that forge module any idea to do that

2026-02-26 06-29-24
Rahul
 
MVP

Hi Hari ,

which forge component you are using .

else you can create server action with public property and reuse it from one module to another module.



2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Hi Hari,

What "forge module" are you talking about? And what kind of "upload"? You can upload a file to the server, and then do something with it. You can't upload a file to another module, that doesn't make sense.

2022-09-11 12-34-46
Onyinyechi Queendalin Ezenwa

Hi Hari,

Your question is a bit confusing but like @Rahul Sahu said you can:

  1. Upload a file /data in your producer module and create a server action with property set to public so you can reuse the data on your consumer module.
  • Make sure to add / refresh the module via app dependency,  every time you make changes always refresh and apply it in the consumer module.  

Else explain better what you want to accomplish

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