The Get-Post option...

Scott Rossi scott at tactilemedia.com
Fri Feb 13 13:52:18 EST 2004


On 2/13/04 1:01 PM, "Shari" <gypsyware at earthlink.net> wrote:

> Actually one of the first options I tried was to simply update a text
> file on my website, using Metacard.  The file permissions are set to
> Read and Write.  However, the script fails:
> 
> on mouseUp
>  get url "http://www.someurl/list.txt"
>  put it into userList
> 
>  put return & "SMITH" after userList
> # so far, so good
> 
>  post userList to url "http://www.someurl/list.txt"
> 
>  get url "http://www.someurl/list.txt"
>  answer it
> end mouseUp

If you're trying to write a file on the server, I believe you'd have to use
FTP here, or you can review this:

  http://lists.runrev.com/pipermail/use-revolution/2001-December/000506.html

(Of course, there are some issues being discussed right now in the news
about assembling this type of string but for the moment you're probably OK.)

Regards,

Scott Rossi
Creative Director
Tactile Media, Development & Design
-----
E: scott at tactilemedia.com
W: http://www.tactilemedia.com



More information about the metacard mailing list