UploadedFile

Extends \ExistingFile

Class UploadedFile

Use this file class to validate that a file was uploaded by and HTTP POST request.

category

System

package

Shared

subpackage

FileSystem

Methods

ExistingFile constructor.

__construct(\NonEmptyStringType $absoluteFilePath) 
inherited
throws

Arguments

$absoluteFilePath

\NonEmptyStringType

Returns the absolute file path.

getFilePath() : string
inherited

Response

string

Properties

Absolute file path.

absoluteFilePath : string
inherited
var

Type(s)

string