- 🇮🇳India mohit_aghera Rajkot
This issue doesn't exist anymore.
File upload handler has updated the message and the current updated message contains actual filename.https://git.drupalcode.org/project/drupal/-/blob/11.x/core/modules/file/...
$filename = $event->getFilename(); $mimeType = $this->mimeTypeGuesser->guessMimeType($filename); $destinationFilename = $this->fileSystem->getDestinationFilename($destination . $filename, $fileExists); if ($destinationFilename === FALSE) { throw new FileExistsException(sprintf('Destination file "%s" exists', $destinationFilename)); }
I think we should close this.
Please reopen if you feel it is still valid.