Uploading assets without adding UID to file name

Hi everyone,
does anyone know how I can upload assets without the UID being used for the filename?
Due to cockpit/modules/Cockpit/module/assets.php the UID seems to be hard coded?

uid

$clean = $cleanFilename.uniqid(“uid”).’.’.$ext;

Any help is very appriciated ;o)

1 Like