Document UploadSubscription · Documents

Secure document uploads for your modules

A back-office tool to define document-upload configurations, manage uploaded files, and serve them securely via token-based URLs — reused by other modules.

Live demo
melis — Document Upload
// 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.
Secure URLsToken-based
ReusableBy other modules

Package

melis-document-upload

Type

Subscription

Category

Documents

Back-office

Upload tool

Access

Token-based URLs

Used by

Other modules

Overview

Uploads, handled once for everyone

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

Everything you need to handle files

Configure uploads, manage files, and serve them securely — reused by every module that needs documents.

Upload configurations

Define what can be uploaded and how.

Manage files

Browse and manage uploaded documents.

Token-based URLs

Serve files securely, not by guessable paths.

Reusable

Other modules plug into it for their uploads.

Access control

Control who can fetch each file.

Back-office tool

Everything in /melis.

See it in action

Files served safely, by token

Uploads are stored and configured once, then served via a token — never a public, guessable path.

melis — serve securely
// Files are served via a token, not a public path:
//   upload  → stored + configured
//   request → token-based URL (access controlled)
//   reused  → Forms, CRM, Commerce…
SecuredPer token
Documents

Upload once, reuse everywhere

A single, secure upload layer that other modules build on — so files are configured, managed and served the same safe way across the platform.

  • Upload configurations
  • Token-based secure URLs
  • Used by other modules

For developers

How it's wired

Subscription module

Distributed through the private Melis marketplace.

Reusable service

Other modules define an upload config and let it handle storage/serving.

Secure delivery

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

Explore the rest of the platform

Document Upload powers other modules — here are the ones it works with.

Handle uploads the safe way

Talk to us about adding Document Upload to your edition.