psolom / RichFilemanager

An open-source file manager. Up-to-date for PHP, Java, ASHX, ASP, NodeJs & Python 3 Flask. Contributions are welcome!
http://fm.devale.pro
906 stars 251 forks source link

Handling huge numbers of files #365

Open mtaylor567 opened 5 years ago

mtaylor567 commented 5 years ago

In raising this issue, I confirm the following (please check boxes):

I use the following server-side connector (check one):

My familiarity with the project is as follows (check one):


I have implemented this file manager for selecting images only to find out that the client had 1000's of images in their image root directory which caused the file manager to stop responding. Unfortunately I can't just organise the files in to folders because they are linked to db records. Is there currently a solution to handle this? I was thinking pagination and saw there was a feature request a while back. Here

https://github.com/servocoder/RichFilemanager/issues/100

Would be interested to know if anything was done. If not, do you have an idea of how it can be implemented? I might be able to put some time in

psolom commented 5 years ago

As you could see we had a few ideas under discussion on how to implement some kind of pagination (lazy loading), but there was no straight way found to keep both files list synced with server. I still think it's possible, but may be time consuming.