Page 1 of 1

Email notification - almost working

Posted: Fri Oct 23, 2009 2:07 am
by tomkirk23
Hi -

I want to send myself an email whenever files are submitted.

I have figured out how to do this with PHP. Is there I can test the result of the upload (i.e., did they really upload files?), and only send the email when files were actually uploaded?

Thanks,

Tom K.

Re: Email notification - almost working

Posted: Fri Oct 23, 2009 6:06 am
by support
The applet can forward all filenames really uploaded with:
<PARAM NAME="forward" VALUE="http://server.com/email.php">
<PARAM NAME="forwardparameters" VALUE="true">