[thelist] ASP form mail (supporting FILE input)

James Hardy evolt at weeb.biz
Thu May 26 08:34:40 CDT 2005


Chris Kavanagh wrote:

> Dear list,
>
> I need a form mailer that works in ASP (cos that's what the client  
> has).  I found a nice simple tutorial, but partway through noticed  
> this caveat:
>
>> You should note that FILE input types are not supported by the  
>> script as ASP has no built-in methods for easily dealing with files  
>> uploaded from forms.
>
> That's bad news to me because my form requires a FILE input.  Can  
> anyone offer me some advice?  The simpler the better, please, because  
> ASP isn't in my skill set.
>
> Many thanks,
> CK.

I have found that the Pure ASP Upload script[1] is very useful. It is 
not the fastest in the world, but it does work, is free and requires no 
additional components to be installed on your webserver.


[1] http://www.asp101.com/articles/jacob/scriptupload.asp

-- 
James



More information about the thelist mailing list