Method | Description | |
---|---|---|
getUploadName ( ) : String | The using resource should define the upload name to use when uploading the file. | |
getUploadRequestMethod ( ) : String | The using resource should define the upload name to use when uploading the file. | |
upload ( array $params, string $routeKey = __FUNCTION__ ) : null | stdClass | Uploads an file with the given upload name. |
abstract public getUploadName ( ) : String | ||
return | String |
abstract public getUploadRequestMethod ( ) : String | ||
return | String |