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

[REBOL] Re: uploading via http

From: gchiu:compkarori at: 24-Mar-2002 22:37

On Sun, 24 Mar 2002 19:24:57 +1100 "Brett Handley" <[brett--codeconscious--com]> wrote:
> My knowledge of this is rudimentry. What mechanism / > protocol are you > attempting to use to do the upload? > http put or html form upload or something else? Do you
Hi Brett, I'm attempting an http upload of enctype="multipart/form-data". Using Ethereal, the protocol/packet analyser, I've found what the problem was. I was only sending \n, whereas I needed to send \r\n after each line. So, I've just now managed to successfully upload a gif in this fashion. Since the port is in binary mode, I'll have to redo the way I read the response back :( At least I'm making progress :) ps: it seems like there is a 1 - 2 hour lag between posts and the posts appearing on this mailing list :(( -- Graham Chiu