File storage for file sharing

Hi,
I am a new to Cuba.
I want to implement a table with title, description and an attached file for sharing the files.
Is there any example that I can learn some ideas?

Best Regards.
Zhengwu.

2 Likes

Hi Zhengwu,

Please check out the example in the documentation:
https://doc.cuba-platform.com/manual-6.4/gui_FileUploadField.html

I would also recommend you to look at the File Storage feature of the Platform:
https://doc.cuba-platform.com/manual-6.4/file_storage.html

I have tried that, it is pretty simple to implement what I want, Thanks a lot.