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

[REBOL] Re: CGI, uploading file using HTTP, server side, help wanted (max 45 se

From: gchiu:compkarori at: 23-Jun-2003 9:17

On Sat, 21 Jun 2003 14:49:49 +0200 Marc Meurrens <[rebol--meurrens--org]> wrote:
>I hope Olivier, Graham and Andreas will find time to >answer these questions. >Or may be some others of you, of course... >I'll publish a (final ?) synthesis after that.
Hi Marc, I put the content-transfer-encoding: base64 header in as there are a number of ways to transfer files. These include base64 and binary. I have not tested Andreas' script with binary transfers. As I suggested in http://www.compkarori.com/vanilla/display/HTTP+file+upload Rebol can do binary upload transfers ( content-transfer-encoding: binary ) as well, you just can't do it as easily using read/custom, and you have to hack the http protocol to switch in and out of lines mode. Hope that helps. -- Graham Chiu http://www.compkarori.com/vanilla/