Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Nette
Http
FileUpload
__toString
Nette\Http\FileUpload::__toString PHP Method
FileUpload Class Documentation
Show file
Open project: nette/http
__toString()
public
method
Returns the path to an uploaded file.
public
__toString
( ) :
string
return
string
public function __toString() { return (string) $this->tmpName; }
FileUpload
__construct
__toString
getContentType
getContents
getError
getImageSize
getName
getSanitizedName
getSize
getTemporaryFile
hasFile
isImage
isOk
move
toImage