AboutAnthony Levensalor Experience I have been programming in Java and Javascript since 1998. I run a web development company that specializes in Ajax front ends with PHP/MySQL back ends. I am a Sun Certified Java 2 Developer, and have done nothing but web applications for the last two years in my business
Past/Present clients Monster.com, Compuware Corporation, Flextronics International, Pragmatech Software, Open Travel Software, The Loss Mitigation Institute, Raw Story Media, Page One News Media.
Expert: Anthony Levensalor Date: 10/2/2007 Subject: email photo attachment script
Question Is there a simple java script out there that would allow for one to set-up a "Contact Us" page with a browse button that will select a picture file and then send it to a designated email address? I'm referring to something other than the senders default email program like Outlook or Outloo Express?
Answer The processing for that kind of thing is typically done in a server-side language like PHP, ASP, or PERL, and not in javascript. It would involve uploading the picture file to the server and then sending an HTML email with the picture linked in the email.
This isn't something you want to look at JavaScript to manage. If I were doing this, I'd be looking more at PHP.