Contentserv PHP API

CSUploadService

This file defines the service for the upload.

Tags
since

CS18.0

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
access

public

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
access

public

Return values
array<string|int, mixed>

is the files which are already exist on specified location.

executeUpload()

public executeUpload() : mixed
Tags
Return values
mixed

        

Search results