logologo
Get Started
Guide
Development
Plugins
API
Home
English
简体中文
日本語
한국어
Español
Português
Deutsch
Français
Русский
Italiano
Türkçe
Українська
Tiếng Việt
Bahasa Indonesia
ไทย
Polski
Nederlands
Čeština
العربية
עברית
हिन्दी
Svenska
Get Started
Guide
Development
Plugins
API
Home
logologo
Overview

Data sources

Data source manager
Main data source

External data sources (Databases)

Overview
External MySQL
External MariaDB
External PostgreSQL
External MSSQL
External Oracle
Main vs External Databases
REST API data source
KingbaseES data source

Collections

Overview
General collection
Inheritance collection
File collection
Tree collection
Calendar collection
Comment collection
Expression collection
SQL collection
View collection

Collection fields

Overview
Field Validation

Basic

Single text
Long text
Phone
Email
URL
Integer
Number
Percent
Password
Color
Icon

Choices

Checkbox
Select
Multiple select
Radio group
Checkbox group

Media

Markdown
Markdown (Vditor)
Rich text
Attachment (Relationship)
Attachment (URL)

Date & Time

Overview
Date & time (with timezone)
Date & time (without timezone)
Unix timestamp
Date (without time)
Time

Geometry

Point
Line
Circle
Polygon

Advanced

Snowflake ID (53-bit)
UUID
Nano ID
Sort
Formula
Sequence
JSON
Collection select
Encryption

System info

Created at
Updated at
Created by
Last updated by
Space
Table OID

Associations

Overview
One to one
One to many
Many to one
Many to many
Many to many (array)

Development

Overview
Next PageOverview

#File Manager

File ManagerCommunity Edition+

#Introduction

The File Manager plugin provides a file collection, attachment field, and file storage engines for effectively managing files. Files are records in a special type of collection, known as a file collection, which stores file metadata and can be managed through the File Manager. Attachment fields are specific association fields associated with the file collection. The plugin supports multiple storage methods, including local storage, Alibaba Cloud OSS, Amazon S3, and Tencent Cloud COS.

#User Manual

#File Collection

An attachments collection is built-in to store all files associated with attachment fields. Additionally, new file collections can be created to store specific files.

Learn more in the File Collection documentation

#Attachment Field

Attachment fields are specific association fields related to the file collection, which can be created through the "Attachment" field type or configured through an "Association" field.

Learn more in the Attachment Field documentation

#File Storage Engine

The file storage engine is used to save files to specific services, including local storage (saving to the server's hard drive), cloud storage, etc.

Learn more in the File Storage Engine documentation

#HTTP API

File uploads can be handled via the HTTP API, see HTTP API.

#Development