Forum Moderators: phranque
Midnightscape
Is this to allow users to upload files to your site? If so there is a 'file' element to allow users to attach files to forms. I'm pretty sure that the destination is specified in the server set-up, but it is possible to specify a custom location with server-side languages like PHP, which have access to the server's file system.
How do you turn the form into an email currently? Do you use a third-party script like FormMail.pl or similar?
Whatever you do is going to involve some work server-side, be it with PHP/ASP/whatever or an already existing script which will handle form-to-email with attachments (of which there are many). The latter is probably the easiest option. Try one of the script archives like hotscripts.com and look for form processors.
The actual file would be attached to the email like any other email attachment would, and would not need to be separately stored in a central location.
If I use an existing script which will handle form-to-email with attachments does this still involve using PHP? Is the "work server-side" just mean finding and incorporation the PHP script?
Sorry for all the silly questions, it's all new to me, but I really appreciate your help.
What you are looking for is a Perl or CGI script to replace Formmail. This will do all of the server-side work for you. This shouldn't be difficult to find at somewhere like Hotscripts.
Don't worry about asking questions. Exchanging information is what we're all here for. :)