Skip to content

VideoDocuments Plugin

Daniel Neto edited this page Aug 18, 2026 · 1 revision

VideoDocuments plugin

VideoDocuments attaches downloadable/supporting files to a video, such as PDF, presentation or text material. It does not convert the document into a video.

Setup

  1. Open Admin → Plugins → VideoDocuments, enable it, and open its parameters.
  2. Set the section title and review allowedExtensions.
  3. Remove file types your site does not need; an extension allowlist is not malware scanning.
  4. Attach a disposable document to a test video.
  5. Test authorized and unauthorized users, download headers and deletion.

Current defaults include office documents, PDF, text and some media extensions. File names/extensions can be forged, so use server-side content validation, size limits and malware scanning appropriate to your risk.

Common questions

Does video privacy protect the document? Test it. The attachment delivery path must enforce the same intended permission; hiding a link alone is not protection.

Where are documents backed up? Include their storage path/database relationship in your normal AVideo backup and restore test.

Can documents run code? Do not allow executable/script types, and serve uploads with safe content headers outside executable directories.

Related content and protection plugins

Plugin Added value
Articles Publishes text content in the shared catalog.
ImageGallery Presents supported image content.
SecureVideosDirectory Adds protected delivery for supported local media.

Clone this wiki locally