Re: Digest metacard.v003.n439

2000-07-15 Thread andu
>I am trying to send an attachment file with the mcmail.mc file. So far, this >is what I have done: > >I put a field "theAttachment" into the card. The script is from the button >"Send", with my addition clearly marked. > >It does something, but it doesn't place it as an attachment, but as a par

Re: Digest metacard.v003.n439

2000-07-15 Thread Raymond E. Griffith
I am trying to send an attachment file with the mcmail.mc file. So far, this is what I have done: I put a field "theAttachment" into the card. The script is from the button "Send", with my addition clearly marked. It does something, but it doesn't place it as an attachment, but as a part of the

Re: POST

2000-07-15 Thread David Bovill
Thanks Scott... > From: Scott Raney <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Sat, 15 Jul 2000 13:09:01 -0600 (MDT) > To: [EMAIL PROTECTED] > Subject: Re: POST > > On Sat, 15 Jul 2000, David Bovill wrote: > > > I think you're expecting too much: Oh no, not again -:) > the htt

Re: POST

2000-07-15 Thread Scott Raney
On Sat, 15 Jul 2000, David Bovill wrote: > Thanks again Andu... > > > From: andu <[EMAIL PROTECTED]> > > Reply-To: [EMAIL PROTECTED] > > Date: Sat, 15 Jul 2000 12:42:34 -0400 (EDT) > > To: [EMAIL PROTECTED] > > Subject: Re: POST > > > > This is what the server receives from the same form but usi

Re: POST

2000-07-15 Thread David Bovill
Thanks again Andu... > From: andu <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Sat, 15 Jul 2000 12:42:34 -0400 (EDT) > To: [EMAIL PROTECTED] > Subject: Re: POST > > This is what the server receives from the same form but using GET.: > > GET /?Field-user=andu&Submit=Submit&Field-pass

Re: POST

2000-07-15 Thread andu
>Thanks Andu, just what I needed! Now I know I could do all this with >sockets, but as there is built in "post" and "get" methods in metaTalk how >do I set the httpheaders to look like below? > >Andu (pretty please), if you have a spare moment could you post examples of >a form submission from N

Re: user props

2000-07-15 Thread Eva Isotalo
Jacqueline Landman Gay wrote: > > If you are initially asking for the password using a dialog box, you can > use this syntax: > > ask password "What is the password?" > > The user's entry will be encrypted and placed in the variable "it". This > is a way to encrypt only the password, without

Oops!

2000-07-15 Thread Richard MacLemale
Uh... Sorry for those who tried to visit the web page I posted... they've got the power down at my school to replace the air conditioning system and check the backup generators (at least that's what they told me!) I'll post when the power is restored at my school and the site is back up! :) Rich

Re: POST

2000-07-15 Thread David Bovill
Thanks Andu, just what I needed! Now I know I could do all this with sockets, but as there is built in "post" and "get" methods in metaTalk how do I set the httpheaders to look like below? Andu (pretty please), if you have a spare moment could you post examples of a form submission from Netscape/