I'm working on simple upload mechanism where user will be able to drop files over FileTree directories. I made it using jQuery FileTree and everything works great, except one thing. After upload I refresh FileTree to show user that file is indeed in destination folder. Unfortunately, if destination folder is not the main directory, but one of subdirs, user can see nothing, because directories are collapsed by default.
I was looking for solution for that problem: "How to get one or more directories expanded on reload" and have found only one interesting topic: jquery file tree - folder open by default? - It did resolve exactly the same problem, but only for very old version of iQuery FileTree and it doesn't work for recent one.
I spent hours trying to do similar modifications in recent version, but javascript used in jQuery FileTree is too advanced for me, and differences between old version and new version are to big to find any similarities.
If anyone know how to modify recent version of jQuery FileTree, please help me with it. Thanks.