alexantr / filemanager

File manager in a single php file
MIT License
492 stars 325 forks source link

Cannot delete thousand selected files #30

Open olibre opened 5 years ago

olibre commented 5 years ago

I wanted to delete more than 1300 files in the root directory of my web server. After selecting the files to delete, I pressed bottom delete button but no file has been deleted, all selected files still remain within the root directory of my web server.

The project tinyfilemanager has the same issue, see #53

alexantr commented 5 years ago

Try to increase max_input_vars value from 1000 to 5000 or more.

olibre commented 5 years ago

Thank you for the tip :-) But I have finally deleted the files using my FTP client.

Could be nice to display a warning when number of selected files is greater than max_input_vars, isn't it?