Upload/create/rename functions

Added by Yucca One 10 months ago

Hi guys,

Very great job with your project.

When I create/rename a folder or I create/upload/rename a file, I would like to use my own php function to have good filename and foldername ; is-it possible ?

Thanks


Replies (1)

RE: Upload/create/rename functions - Added by Troex Nevelin 10 months ago

In elFinder 2 - yes. You need to use callback functions see how class elFinderSimpleLogger is implemented here https://github.com/Studio-42/elFinder/blob/2.x/php/connector.php and bind connector option. You can bind your own callbacks to any action

(1-1/1)