Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在服务器端的 elFinder 实例上获取所选文件的路径。?我尝试在客户端获取它并能够按如下方式获取它:
handlers : { select : function(event, elfinderInstance) { var path=elfinderInstance.path(selected[0]); }
是否可以在connector.php中获取路径?