Add overwrite option to UploadedFile->move() #275
Labels
enhancement
PRs that improve existing functionalities
help wanted
More help is needed for the proper resolution of an issue or pull request
Milestone
Method syntax should be:
public function move(string $targetPath, string $name = null, bool $overwrite = false)
.If $overwrite = false, it will add an incrementing counter to the name, like File_1.txt, File_2.txt, etc.
The text was updated successfully, but these errors were encountered: