[Charset iso-8859-1 unsupported, filtering to ASCII...]
> Hi,
> Here's my problem, I have a form from which a user will choose a file to
> upload from thier computer(using input type=file). I want to mail that file
> to an address. Here's the code I hoped would do this.
> ------------------
> #!C:\rebol\rebol --cgi --secure none
> cgi: make object! decode-cgi system/options/cgi/query-string
> 
> set-net [ [EMAIL PROTECTED] mail.mailserver.com none none none ]
> cgi: make object! decode-cgi system/options/cgi/query-string
> send [EMAIL PROTECTED] [cgi/uploadfile] ;--The form field is called
> uploadfile
> -------------
> 
> But this code just hangs my server. What did I do wrong?
> 
> Derrick
> [EMAIL PROTECTED]
> [ Game Review Index - http://rothrock.intercoastal.com/gri
> [ Cynthia Rothrock World Order - http://rothrock.intercoastal.com
> 

--
Jan Strejcek
[EMAIL PROTECTED]

Reply via email to