Updated form_parser class that no longer uses Boost.Regex (just uses std::string::find(), etc.). Tested with IE8, FF3.5 and Chrome2 on MSVC8.0.
Uploaded files in multipart/form-data classes now saved to disk and meta data stored in the request (see, eg. basic_request<>::is_file()).
Added support for binary reading / writing. This seems quite stable with CGI, but needs some more work to make writing binary data with FastCGI work properly (note: reading binary data with FastCGI works).
Misc bug fixes.
Misc documentation updates.
(No files)
Note:
See TracChangeset
for help on using the changeset viewer.