Forum Moderators: coopster & phranque

Message Too Old, No Replies

Form File upload - send to email HELP PLEASE

Form File upload - send to email

         

canadian101

12:02 am on Oct 29, 2004 (gmt 0)

10+ Year Member



If anyone out there can point me in the right direction, I would really appreciate it. I am just learning and I'd like to find a script out there that will allow visitors on my website to send me files/pics via email through a form on my site. Is this really advanced, or is there something out there that a cgi novice could figure out.

Thanks a million,

Much appreciated. :)

moltar

4:53 pm on Oct 29, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Use CGI module's file upload feature [search.cpan.org], to get the file and save it on your server. Then use MIME::Lite [search.cpan.org] to send an email with attachment.