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

[REBOL] Re: enctype="multipart/form-data"

From: ryan:christiansen:intellisol at: 25-Apr-2001 16:44

Is there an RFC or some other documentation for multipart/form-data? Ryan C. Christiansen Web Developer Intellisol International 4733 Amber Valley Parkway Fargo, ND 58104 701-235-3390 ext. 6671 FAX: 701-235-9940 http://www.intellisol.com Global Leader in People Performance Software _____________________________________ Confidentiality Notice This message may contain privileged and confidential information. If you think, for any reason, that this message may have been addressed to you in error, you must not disseminate, copy or take any action in reliance on it, and we would ask you to notify us immediately by return email to [ryan--christiansen--intellisol--com] [sterling--rebo] l.com To: [rebol-list--rebol--com] Sent by: cc: rebol-bounce@ Subject: [REBOL] Re: enctype="multipart/form-data" rebol.com 04/25/2001 03:23 PM Please respond to rebol-list 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