How can I modify my contact form so that my visitors can send me their pictures? Something like file attachments, etc.
How can I modify my contact form so that my visitors can send me their pictures? Something like file attachments, etc.
You could try something like this:
Attachment FormMailer, FormMailer with attachments, File Upload Perl Script
Micro Niche Builder - Build SEO Friendly Sites that CONVERT LIKE CRAZY for Adsense, Amazon, Clickbank, & CPA Offers!
SEO Contest - Home of the WORLD FAMOUS Search Engine Optimization Contests. Think you got what it takes?
You have to use PHP to do this, or some sort of serverside scripting language.
PHP would probably be the easiest way to do this. Simply create an HTML form, include a browse field, and set the entire form method to POST.
Then from $_POST in PHP, you can process the file attachment, and write a function to upload it to your server.
Bookmarks