I have added a (3 lines) method to display fileRoot path as root path. IMO, the end-user is not supposed to know the physic path of userfiles.
- //Display Min Path
- function disp(path){
- return path.replace(fileRoot, "/");
- }
Just call it from setUploader :
- $('#uploader h1').text(lg.current_folder + disp(path));