Issue #3051658 by a.dmitriiev, chr.fritsch, Rajab Natshah, saschaeggi,...
Issue #3051658 by a.dmitriiev, chr.fritsch, Rajab Natshah, saschaeggi, Mohammed J. Razem, volkerk: Make dropzonejs widget available to the new Media Library in core
$this->messenger->addError($this->t('The file could not be uploaded because the destination %destination is invalid.',['%destination'=>$destination]));
@@ -181,12 +182,16 @@ class DropzoneJsUploadSave implements DropzoneJsUploadSaveInterface {
if(!$move_result){
$this->messenger->addError($this->t('File upload error. Could not move uploaded file.'));
$this->logger->notice('Upload error. Could not move uploaded file %file to destination %destination.',['%file'=>$file->getFilename(),'%destination'=>$file->getFileUri()]);
$this->logger->notice('Upload error. Could not move uploaded file %file to destination %destination.',[