JQueryFileUploader
extends UploadHandler
in package
Define upload handler Define the interface for file uploading using olp plugin
Tags
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
$request
private
Request
$request
$response
private
Response
$response
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 —handle()
Handle the upload This method is the interface function to the underlaying plugin
public
handle(Response $response) : Result
Parameters
- $response : Response
Return values
Result —A system result object
post()
public
post() : mixed