Hi,

Those were the words of [EMAIL PROTECTED]:
> I don't know if anyone is using Andrew's Grossman post.r script, but I don't
> think it likes the new Rebol versions (though it works fine with 2.1.2.3.1)
> 
> 
> with Rebol/ore 2.2.0.3.1 and Rebol/View I got the following:
> 
> 
> ** Script Error: Duplicate function value: file-dir.
> ** Where: func [
>     file-dir [file!] "Directory in which to put uploaded files"
>     save-as-field [logic!] "save files as field name or uploaded filename"
>     /local file-dir save-as-field str boundary done name file done2 content
> ] [.......
> ...........
>
> any ideas?

Yup,

the argument "file-dir" is duplicated under "/local" pre 2.2 versions 
allowed this although it never made much sense. You may just delete it
from the "/local" section and go on.


regards,

Ingo

--  _     .                                _
ingo@)|_ /|  _| _  <We ARE all ONE   www._|_o _   _ ._ _  
www./_|_) |o(_|(/_  We ARE all FREE> ingo@| |(_|o(_)| (_| 
http://www.2b1.de/Rebol/                     ._|      ._|


Reply via email to