You can change the name of a media item if you go to the "Properties"-tab and changes the text in the Name property.
If you want to change a filename of an uploaded file, the easiest way is to upload a new file with the right filename already. Otherwise you have to find the uploaded file in the filesystem (/media/[id]/[filename]), and also make the changes in the database.
renaming filename of media
is it possible and how?
Hi Eran
You can change the name of a media item if you go to the "Properties"-tab and changes the text in the Name property.
If you want to change a filename of an uploaded file, the easiest way is to upload a new file with the right filename already. Otherwise you have to find the uploaded file in the filesystem (/media/[id]/[filename]), and also make the changes in the database.
/Kim A
is working on a reply...