XUpload - Sending uploaded files by e-mail

Message
Author
timothyleigh
Posts: 1
Joined: Aug 23, 2008 6:51 pm

Sending uploaded files by e-mail

#1 Postby timothyleigh » Aug 23, 2008 6:53 pm

Hi everyone,

I hope someone can help.

I have this script up and running on my website, but need to send a copy of uploaded files to myself by e-mail as well as (or instead of) just uploading them to the FTP server.

I presume this is quite simple - i.e. some extra code in the confirmation e-mail template...

Please help!

Thanks very much in advance.

Regards,

Timothy

dsjadoun
Posts: 5
Joined: Aug 27, 2008 4:05 pm

#2 Postby dsjadoun » Sep 03, 2008 6:01 am

Well if you need it in PHP, you can write email code in PHP file that you set for url_post in XUploadConfig.pm file.

If file size are supposed to be large then i'll recommend you just email link to uploaded files instead of attaching the uploaded files in email.