Media Manager

The Media Manager in the Nexthour project is an essential component for handling media files such as images, videos, and documents. It provides functionalities to upload, organize, and manage these files efficiently within the application.

How to Use Media Manager in Nexthour

  1. Accessing Media Manager:

    • Typically, there would be a dedicated section or menu item in the Nexthour application to access the Media Manager.

    • Navigate to the Media Manager section to start uploading and managing media files.

  2. Uploading Files:

    • Click on the upload button or drag-and-drop files into the designated area.

  3. Organizing Files:

    • Move files into appropriate folders or categories for better organization.

  4. Managing Files:

    • Use the search and filter options to find specific files.

    • Preview files to ensure they are correct.

    • Rename or delete files as needed to keep the media library clean and relevant.

  5. Using Media Files:

    • When creating content in Nexthour, use the integrated media library to select and embed media files.

    • Ensure proper attribution and usage rights for any media used in public content.

How to increase the upload file size of the media manager?

Solutions:

Go to your project directory files, public folder->vendor folder->midia folder, in this midia.js file edit this line as per your desired upload file size.

For example, you want to upload a max file size is 1GB then write

maxFilesize:1024

Because 1GB = 1024MB

Last updated