Jyxo\Input\Upload::tmpName PHP Method

tmpName() public method

Returns file's temporary name.
public tmpName ( ) : string
return string
    public function tmpName() : string
    {
        return isset($_FILES[$this->index]) ? $_FILES[$this->index]['tmp_name'] : null;
    }