FileAccess Orion

JQueryFileUploader extends UploadHandler
in package

Define upload handler Define the interface for file uploading using olp plugin

Tags
category

Interface function

author

Tobias Teichner webmaster@teichner.biz

since

File available since v0.30

Table of Contents

$request  : Request
$response  : Response
__construct()  : mixed
JQueryFileUploader constructor.
handle()  : Result
Handle the upload This method is the interface function to the underlaying plugin
post()  : mixed

Properties

Methods

__construct()

JQueryFileUploader constructor.

public __construct(Request $request[, string $name = 'data_uploader' ]) : mixed

Create a new extended instance of file uploader

Parameters
$request : Request
$name : string = 'data_uploader'
Return values
mixed

Search results