Introduction
The FileUploading module provides methods for managing files in cloud storage. The upload method allows you to upload files with optional parameters such as type, entity, ID, and image optimization options. It returns information about the uploaded file, including its name and download link. The delete method removes a file from storage, while the getFile method retrieves a file object based on parameters like ID, type, entity, and filename.
upload
Upload file to oneentry cloud storage.
delete
Delete file from oneentry cloud storage.
getFile
Search file in oneentry cloud storage.