Page 1 of 1

Weblink on new files beneath a folder (subscription)

Posted: Mon Jan 23, 2017 1:56 am
by a-hans
user should be able to get a weblink when new files get uploaded beneath a selected folder.
(Subscription to one or more folder)
each user should be able to decide which folder he is interested on(ckeck box or something else)
At the moment I do this funktionality by parsing a manually edited file by a luascript when a file is uploaded.
This is very uncomfortable and not flexible enough.

Re: Weblink on new files beneath a folder (subscription)

Posted: Thu Feb 23, 2017 4:34 am
by FTP
First, this is a personal requirement, I suggest you use the event "OnFileUploaded" to handle it, you can write some Lua script to send the web link to the specified users, when files are uploaded into the specified folders.