Sets the name of the file (used by FormDataPart).
$this
public function setName(string $name) : static { $this->name = $name; return $this; }