upload doc facility

liunx

Guest
Hi,<br />
<br />
I think this must be quite simple to do but I couldn't find anything in the recent archives so here goes.<br />
<br />
I'm creating a corporate site that advertises all the current job positions within the company.<br />
<br />
All I want to do is offer a facility where someone who wants to upload their CV can do so. Actually I'm not sure whether it needs to be uploaded at all, could the CV simply be emailed with a mailto?<br />
<br />
Does anyone know a solution for this?<br />
<br />
Thanks in advance<!--content-->if you want peole to upload (or send you the CV) then you will need a serverside progamming language for it. ASP, php, or cgi is best suited for this. other than that you can give them your email addy and trust them to send you the CV and all the sapm.<!--content-->thanks Scoutt,<br />
<br />
I'm relatively new to CGI, in fact forms in general. I've tended to use free services like formbuddy.com.<br />
<br />
Unfortunately this is no use to me for professional sites so I really need some help as I'm under pressure to get this done today.<br />
<br />
Presumably I just need one 'submit CV' button which opens a search local files box and a cgi script to process this and forward the cv to email.<br />
<br />
Does anyone know of any easy to follow tuts for this problem specifically, or can anyone offer advice for the code?<br />
<br />
PS. I'm using Dreamweaver.(not sure if it's relevant)<br />
<br />
Thanks.<!--content-->well you might be able to find one on the net. you can try here (<!-- m --><a class="postlink" href="http://www.hotscripts.com/Perl/Scripts_and_Programs/Email_Systems/">http://www.hotscripts.com/Perl/Scripts_ ... l_Systems/</a><!-- m -->)<!--content-->this is quite useful but the best program I found had banner ads.<br />
<br />
thanks for your help anyway, I'll keep lookin.<!--content-->this one will knock your socks off<br />
<br />
<!-- m --><a class="postlink" href="http://soupermail.sourceforge.net">http://soupermail.sourceforge.net</a><!-- m --><br />
<br />
attachment facility <br />
but u will need to know some PERL<br />
be prepared to learn<!--content-->
 
Back
Top