+---------- On Sep 20, Jerry Asher said:
> So it appears that form.tcl/ns_getform (and hence AOLserver) requires
> binary data to be sent as multipart/formdata, but I am curious about the
> RFCs. There appear to be certain applications that post binary data using
> other content types, are those applications broken, or is it AOLserver itself?
The standard content-types for query data are multipart/form-data and
application/x-www-form-urlencoded. What content type are you seeing?
You can get the POST data into a file using ns_conncptofp. Then, using
Tcl 8, you can examine the file and deal with any binary data.