File Store

Catalyst File Store provides cloud storage solutions for the application files and user data files of your Catalyst application, and enables access to shared data. You can store, manage, and organize images, videos, text files, document files, spreadsheets, or files of other formats.

Create a File Store Instance

You can create an instance of your Catalyst project’s File Store using the getFileStoreInstance() method, and enable the methods defined in this class to access the instance object. This prevents unnecessary server calls.

A File Store instance can be created as shown below:

    
copy
ZCatalystApp.getInstance().getFileStoreInstance(): ZCatalystFileStore

Last Updated 2024-01-04 12:37:42 +0530 +0530