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

[REBOL] Re: works for GET, not POST

From: gjones05:mail:orion at: 20-Jan-2001 6:45

Ryan, It appears as though you will need to read from system/ports/input to receive the actual POST query data. This process is explained in more detail in the "REBOL/Core User's Guide," which is available in pdf format online at: http://www.rebol.com/download_manual.html or the print version is available through www.rebolpress.com . The relevent section begins on page 402, with POST explained on the following two pages. Hope this helps. - Scott