Log in
Interface

ContentUploaderInterface

Magento\Downloadable\Api\Data\File\ContentUploaderInterface

What it does

This interface defines a contract for uploading downloadable file content in Magento 2's Downloadable module.

Developers implement this interface to handle the upload process of downloadable product files (like PDFs, videos, or software) and their samples, ensuring consistent file handling across the system.

Public Methods

  • upload()