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

[REBOL] Re: html post

From: javierd:paralax:mx at: 8-Aug-2002 10:32

Brett. At 08:59 p.m. 08/08/2002 +1000, you wrote:
>I'm glad I ventured in - I'm learning (getting rid of old ideas). > >Javier, I've now tried out POST.r and it has a number of problems. I know >that there is another file upload script floating around, but I can put my >hands on it right now. Doesn't matter though the strucuture of the data >should be straightforward (follows MIME spec.).
the other script i found is more an example of how to receive the data: input-cgi: func [/stdin] [ stdin: make string! 15000 either system/options/cgi/request-method = "POST" [ read-io system/ports/input stdin 15000 return stdin ][ system/options/cgi/query-string ] ] so far thas are the only two examples. There is another to simulate a a browser sending post data to a server... JAvier Paralax Multimedia www.paralax.com.mx Interactivos, kioscos, sites, web hosting, video 3d, animacion 3d, anaglifos tel 5373 3620 y 5363 4953 Naucalpan de Juarez, Edo. Mex. tambien visite: http://www.kaliman.com.mx http://www.paralax.com.mx/javier