Hi! I'm trying to make a form that allows the visitor to send attachments (it's for pictures), but I'm not having much success. I tried using JotForm, but it only allows 10MB of files to be sent to my email (total) and that's not going to work. Does anyone know anything about how to make one? I can make a basic contact form, but I'm not sure how to make one with attachments. Any help would be great! Thanks!
The first question you need to ask yourself is what server-side programming language is installed on your server. The second is do you know how to code in it (or know someone who's well-versed in it and is also securitiy-conscious).
And what are you going to do when someone offers the same thing for $1.99 or less? Come on, this is a FORUM. A place of learning (at least this part of the forums anyway). Try to be constructive and helpful. Go line your pockets elsewhere.
If anybody has an answer on how to do a custom script for a server that is running Linux, I would love to get a solution. Also you might want to try FormLogix.com for forms.
Thanks for the resources! DanSchulz: I know that my server is running php5, mysql and of course javascript can be run on any page on the site. Nitro: Do you have a demo? neoknight: Tried formlogix, but the system always gives a "form save failed" error. IT: I'll check on those sites to see if I can find a solution.
Ok, so you're running PHP 5 then. MySQL won't be necessary unless you plan to store the attached file on the server. Will you be doing this, or will the attachment be sent to you via email?