Uploading Files
Files can be uploaded through the file manager at /file. Any logged-in user with the Editor role or higher can upload files.
How to upload
Open the file manager from the sidebar. Navigate to the folder you want to upload into. Click Upload and select a file from your computer, or drag and drop a file onto the upload area. The file appears in the current folder immediately after upload.
File size limit
The maximum upload size is configured by the maxUploadSize setting (default: 10 MB). Files larger than this limit are rejected. Your administrator can increase the limit in config/app.php. See Application Settings.
File validation
Uploaded files are validated by extension and MIME type. The MIME type is detected server-side from the actual file content — the client-reported type is not trusted. Files with conflicting or disallowed types are rejected.
Name conflicts
If a file with the same name already exists in the target folder, the upload is blocked. Rename the existing file first, or upload to a different folder.
Uploading images directly in the editor
Images can also be uploaded directly while editing a page by pasting or dragging an image into the editor. See Inserting Images & Videos.