- Issue created by @hmdnawaz
- Merge request !19FileSystemInterface rename behavior constant is deprecated → (Open) created by hmdnawaz
FileSystemInterface replace behavior constants are deprecated. Currently used in prepareDestination
function of DropzoneJsUploadSave
class.
$file_exists_param = FileSystemInterface::EXISTS_REPLACE;
Should be replaced $file_exists_param = FileExists::Rename;
Active
2.0
Code