Thats not what I wanted... <cfset fieldContent = form.userData> ... this only gets me the content of the formfield userData, but what I'm trying to get here is the complete post as it was sent by the client (i.e. starting from "POST /DataInterface HTTP/1.0 Content-Type: multipart/form-data;" to the very last byte).
↧