Method |
Description |
|
getFilesToProcess ( Request $request, string $namespace, string $files = null ) : array |
Determine the list of files to upload. |
|
handleUploadFiles ( Request $request, string $namespace, string $files = null ) : array |
Perform a file upload. |
|
parser ( string $handler ) : array |
Parse a string and determine the upload prefix and namespace. |
|
processCustomUploadHandler ( Request $request, array $handler ) : Symfony\Component\HttpFoundation\JsonResponse |
This handles the more advanced functionality where multiple upload handlers
are provided. Only the first one is returned as a result, the result
of this first upload is then attempted to copy to the remaining handlers. |
|