Hi,
I need to embed a file manager component into a cuba application. Doing a research I’ve found a very interesting javascript control (elFinder) but I am not quite sure about how to integrate it with cuba although it seems to provide a java connector. So, I wish to ask you if there is any alternative component that can be easily integrated with cuba environment providing the required functionality for managing files.
You can read it Generic JavaScriptComponent - CUBA Platform. Developer’s Manual, maybe it will help you
Hi,
If you are talking about the file system of the server, you can take this example as a starting point: GitHub - mariodavid/cuba-example-directory-listing: CUBA example that shows how to display a directory on the file system of the server and create files on it
Cheers
Mario
Hi Mario,
Thanks for the example. It’s actually a good starting point to build a file browser.
Regards,
George