A back-office tool to define document-upload configurations, manage uploaded files, and serve them securely via token-based URLs — reused by other modules.
// Add secure uploads (subscription): composer require melisplatform/melis-document-upload // Configure uploads, manage files, serve them via // token-based URLs — for other modules to use.
Package
Type
Category
Back-office
Access
Used by
Overview
Document Upload is a back-office tool to define upload configurations — what file types are allowed, size limits and more — manage the uploaded files, and serve them securely through token-based URLs rather than guessable public paths. One safe upload layer, handled once.
Other modules — Forms, CRM, Commerce — reuse it instead of reinventing uploads, so files are configured, managed and served the same safe way across the whole platform.
Key features
Configure uploads, manage files, and serve them securely — reused by every module that needs documents.
Define what can be uploaded and how.
Browse and manage uploaded documents.
Serve files securely, not by guessable paths.
Other modules plug into it for their uploads.
Control who can fetch each file.
Everything in /melis.
See it in action
Uploads are stored and configured once, then served via a token — never a public, guessable path.
// Files are served via a token, not a public path: // upload → stored + configured // request → token-based URL (access controlled) // reused → Forms, CRM, Commerce…
A single, secure upload layer that other modules build on — so files are configured, managed and served the same safe way across the platform.
For developers
Distributed through the private Melis marketplace.
Other modules define an upload config and let it handle storage/serving.
Files served via token-based URLs, not public paths.
// Subscription. Back-office upload tool + secure token URLs. // Reused by Forms, Document Generator and more.
Part of Melis Platform
Document Upload powers other modules — here are the ones it works with.
Talk to us about adding Document Upload to your edition.