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 でパスを取得することは可能ですか?