CSUploadService
This file defines the service for the upload.
Tags
Table of Contents
- executeCheckUploadRights() : array<string|int, mixed>
- This function checks for rights to upload on configured folder
- executeCreateFilesToTargetFolder() : array<string|int, mixed>
- This function creates the uploaded files in the default path
- executeUpload() : mixed
Methods
executeCheckUploadRights()
This function checks for rights to upload on configured folder
public
executeCheckUploadRights() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —with permission boolean isAllowed
executeCreateFilesToTargetFolder()
This function creates the uploaded files in the default path
public
executeCreateFilesToTargetFolder() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —is the files which are already exist on specified location.
executeUpload()
public
executeUpload() : mixed
