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

[ALLY] read/custom 'POST

 [1/1] from: allenk::powerup::com::au at: 6-Sep-2000 0:54


Hi Allies, Anyone else notice this use of read/custom to send post data in addsite.r? Is this new? I didn't see it mentioned in the network protocol docs. (I have changed name of the cgi file to prevent someone accidentally running the code.) rslt: try [ read/custom http://demo.rebol.net/cgi-bin/xpostsitex.r reduce [ 'post reform [ 'icon either empty? f-icon/text [""][mold f-icon/text] 'dir f-home/text either empty? f-img/text [""][reduce ['image f-img/text]] 'info mold f-info/text f-email/text ] ] ] Cheers, Allen K