by jllort » Fri Jul 16, 2010 4:06 pm
About uploading directory you've got several option:
1- upload a zip and explode all content ( that's from openkm version 2.x )
2- upload folder using drag and drop with your desktop ( only available at 5.0 -> actual online demo, last right button in toolbar )
About update UI when documents are added to repository:
OpenKM UI has no live connections to server, in order to make minimal stress as possible ... that's the ajax idea ... here are several possibilities depending which is your problem ... if you're in folder and what to be notified by server in order to refreshing your view ... that can be done as a OpenKM extension in simply way ( a background process that periodically - configurable time - demands it information to server ( are new files in path since time XXX, it's and easy query ) and if the result is afirmative then refreshing UI ), really simply.
In other hand each time you make some click ... hope you observate ... we try refreshing major information ( files ... tree subfodlers etc.... ) the idea is refreshing your snapshot view ... that produces lower server stress and really it's what major people needs.
I think your scenario is some user that's so much time in same folder view, and want to be communite by system that there's something new, no ? but consider any operation is made by this user ... edit document, uploading etc... will refreshing all information is viewing.