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

[REBOL] Re: Post Method?

From: chris:ross-gill at: 23-Apr-2001 12:09

Hi Stefan, try using: content-length: 20 + load system/options/cgi/content-length ; content length with a little to spare post-data: make string! content-length read-io system/ports/input post-data content-length - Chris