Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/config/packages/oneup_uploader.yaml

27 lines
1.0 KiB

# Read the documentation: https://github.com/1up-lab/OneupUploaderBundle/blob/master/Resources/doc/index.md
oneup_uploader:
mappings:
courses:
#frontend: dropzone # or any uploader you use in the frontend
#frontend: blueimp
frontend: custom
storage:
type: flysystem
filesystem: oneup_flysystem.courses_filesystem
root_folder: true
custom_frontend:
class: Chamilo\CoreBundle\Controller\ResourceUploaderController
name: courses
resource:
#frontend: dropzone # or any uploader you use in the frontend
#frontend: blueimp
frontend: custom
storage:
type: flysystem
filesystem: oneup_flysystem.resource_filesystem
root_folder: true
custom_frontend:
class: Chamilo\CoreBundle\Controller\ResourceUploaderController
name: upload
# namer: oneup_uploader.namer.urlsafe