Hello, Sebastian Tennant <[email protected]> writes:
> cgi.scm currently uses the following patterns and I can't think of an > alternative way of doing it: > > (let ((name-rx (make-regexp "name=\"([^\"]*)\"")) > (filename-rx (make-regexp "filename=\"*([^\"\r]*)\"*")) > (type-rx (make-regexp "Content-Type: ([^\r]*)\r\n" regexp/icase)) > (value-rx (make-regexp "\r\n\r\n"))) > ...) Can't this be applied just to the header part of the blob rather than to the whole blob, including binary data? Thanks, Ludo'.
