Loading...
 
Features / Usability

Features / Usability


How to find big size files in file galleries ?

posts: 126886 United Kingdom

Hi @Bernard Sfez / Tiki Specialist

You could do it in the database i think, the file size is recorded in there, so something like this should work:

Copy to clipboard
SELECT `fileId`, `galleryId`, `name`, `filename`, `filesize`, `filetype`, `user` FROM `tiki_files` ORDER BY `filesize` DESC LIMIT 0,1000;


Any help?

There are no comments at this time.