The Get-Post option...

Brian Yennie briany at qldlearning.com
Fri Feb 13 16:31:30 EST 2004


Shari,

I think you are misunderstanding the meaning of "post". POST sends a 
request in POST-format to a url, e.g. a CGI app.
I think what you are looking for is an FTP upload?

put userList into url "ftp://www.someurl.com/list.txt"

OR

If you had a CGI that adds a name, you could do something like:

get url "http://www.someurl.com/list.cgi?name="&urlEncode(newUserName)

>  post userList to url "http://www.someurl/list.txt"



More information about the metacard mailing list