Page 1 of 1

Notify admin when new file is uploaded

PostPosted: Mon Apr 08, 2013 4:39 pm
by Yaro
Hi,

is it possible to notify host admin when new file is uploaded?
I mean that admin will receive email with details like new file name, who uploaded, etc.
Is there hack for this purpose or some solution?

Best regards
Yaro

Re: Notify admin when new file is uploaded

PostPosted: Fri Apr 19, 2013 2:06 am
by SamEA
Hi Yaro,

You can simply modify ./upload.php and add an e-mail function after the following code, to e-mail the admin upon completion of an upload:
Code: Select all
move_uploaded_file($_FILES['upfile']['tmp_name'], $movefile);