Re: [Cppcms-users] upload progress
Brought to you by:
artyom-beilis
From: Artyom <art...@ya...> - 2010-07-18 11:34:22
|
> > it should be simple and simple to use. since i now need this > functionality i'll try to hack something in the the current library > version, but it won't be a beautiful solution and i'd like to replace it > as soosn as available with a version from upstream. > > frank > For this you may take a look on: - http_file.cpp, which handles incoming chunks. - cgi_api.cpp functions: load_content and on_some_multipart_read Note: at this point there is no associations with an application yet, and there is no session information loaded, so you should be very careful with the assumptions of what you can actually do. Artyom |