Skip to content

customd/craft-chunked-uploads

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chunked File Uploads for Craft CMS

This plugin enables chunked file uploads in the control panel of the Craft CMS. It allows users to upload files being larger then the file upload limit given by your web server.

Requirements

This plugin requires Craft CMS 3.1 or later.

Installation

To install the plugin either use the plugin store or follow these instructions:

  1. Open your terminal and go to your Craft project:

     cd /path/to/project
    
  2. Then tell Composer to load the plugin:

     composer require sebastianlenz/craft-chunked-uploads
    
  3. Install the plugin:

     ./craft install/plugin chunked-uploads
    

Settings

Within your control panel visit the page Settings and look for the plugin in the Plug-ins section. The plugin allows you to both configure the global maximum upload size as well as upload limits for individual folders.

About

Enable large uploads within the Craft CMS control panel.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 72.6%
  • JavaScript 13.7%
  • Twig 13.7%