[REBOL] Re: enctype="multipart/form-data"
From: sterling:rebol at: 25-Apr-2001 13:23
REBOL does not parse multipart/form-data at this time. DECODE-CGI
only parses GET style requests which allows it to work for GET and
non-multipart POST data. Multipart ancoding is more complicated and
very much like an email message. If you want to implement your own
parser for this, I'd start with looking at import-email and related
functions.
If you get something running smoothly, we might be able to adapt it to
the current decode-cgi and have that do both.
Sterling