Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: GET buffers

From: office:thousand-hills at: 17-Oct-2001 9:13

At 05:43 PM 10/16/2001 -0800, you wrote:
>I have to ask this question, even though I assume that you have >thought of it already: > >Have you thought of using "POST" instead? I have successfully "POSTED" >data from over 400 fields and captured all (up to 20,000 bytes, if I >remember correctly). >tj
TIM: Did you loose your ability to manipulate fields into an HTML file? My file failed when I tried POST, here are my lines in GET, please tell me how you would alter them for POST. And thanks.. HTML FILE: <FORM Method="GET" Action="/scripts/_resume101601.r"> REBOL FILE: cgi: make object! decode-cgi system/options/cgi/query-string John