Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Deleting Content Files in Drupal 8

Tags:

I have trouble deleting Files on Drupal 8. How can you delete any kind of Files for example in my case a picture file (jpg, png etc...). In Drupal 7, you have the option on the right side to Delete the file , but Drupal 8 does not have that option ...only for published pages. Is ther any chance to delete files just for any reason if you do not want them any more, without any complicated task ?

P.S: I am a beginner Drupal user ! Thanks

like image 700
attila.hajdo Avatar asked Jul 02 '18 06:07

attila.hajdo


2 Answers

In Drupal 8 there is no need of that option, since there is cron which will be running automatically to delete unused images.

like image 107
Sathish Sundar Avatar answered Sep 28 '22 19:09

Sathish Sundar


There is no native way from the Drupal 8 admin interface to delete images from the file uploader in Drupal. However you can install the Drupal 8 IMCE module which will give you access to the file system when you are login. That way you can remove files.

Here is a link to the module. https://www.drupal.org/project/imce

like image 32
Wayne Stewart Avatar answered Sep 28 '22 19:09

Wayne Stewart