65 public function moveTo($targetPath);
moveTo($targetPath)
Move the uploaded file to a new location.
getClientFilename()
Retrieve the filename sent by the client.
getSize()
Retrieve the file size.
getStream()
Retrieve a stream representing the uploaded file.
getClientMediaType()
Retrieve the media type sent by the client.
getError()
Retrieve the error associated with the uploaded file.
Value object representing a file uploaded through an HTTP request.