This topic is locked

Emailing the Link of Uploaded File

9/10/2008 7:14:21 AM
PHPRunner General questions
F
fawad112 author

Hi,
How can i send the link of the uploaded file with "Send Email with new data" event after the records are updated table event into the database.

R
ringah 11/3/2008

Hi,

How can i send the link of the uploaded file with "Send Email with new data" event after the records are updated table event into the database.


Hi
Email record has a useful sample which could be adapted and inserted to after update event, guess it would be possible to get the filename of the uploaded file from whichever table you have it in, append the path where it is stored on the server, and then HTML hyperlink the combined string and pass to a mail routine for sending..
HTH

R
ringah 11/3/2008



Hi
Email record has a useful sample which could be adapted and inserted to after update event, guess it would be possible to get the filename of the uploaded file from whichever table you have it in, append the path where it is stored on the server, and then HTML hyperlink the combined string and pass to a mail routine for sending..
HTH


Just spotted this topic also has sample code which might help: Email file hyperlink