Rename files on upload...

Added by Mappet Smith 7 months ago

Need function when user uploads three files with uploader,they automatically rename...
Like first file: b1.jpg
Second:b2.jpg
Third:b3.jpg
Uploaded will be only images...


Replies (1)

RE: Rename files on upload... - Added by Troex Nevelin 7 months ago

For 1.x you can modify elFinder.class.php, search for upload method, in elFinder 2.x we have callback function, you can find how logging is implemented in php/connector.php in git repository.

(1-1/1)