Hi Graham, 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 have an RFC to look at?
Brett. ----- Original Message ----- From: "Graham Chiu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 24, 2002 6:43 PM Subject: [REBOL] Re: uploading via http > On Sun, 24 Mar 2002 16:42:21 +1200 > "Graham Chiu" <[EMAIL PROTECTED]> wrote: > > > > http-port-private: open/lines [ > > scheme: 'tcp > > > Changing this to open/binary hasn't been so successful. The > server doesn't understand my request :( > > As I understand it, with open/lines, there is automatic > conversion of line feeds to CR + LF, and each insert is also > followed by a line terminator. > > Is there anything else? > > > -- > Graham Chiu > -- > To unsubscribe from this list, please send an email to > [EMAIL PROTECTED] with "unsubscribe" in the > subject, without the quotes. > -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
