rebol.com is not accessible to me today...
 
I am having a problem getting my script to write/append to a file
 
; the following is a workaround to a problem with using input from HTTP POST.
post: make string! input
if not post = "" [
    do decode-cgi post
    write/append banned newnumbers
]
 
The code above was essentially ripped off the guestbook.r script.
 
If I ignore security, I get a REBOL Security Violation message at the bottom of my page.
If I turn security off (ie: #!/usr/local/rebol/rebol --cgi -s) then the script hangs and hogs CPU
 
 
thanks,
Obed Fernandez

Reply via email to