From: Vlad S. <vl...@cr...> - 2007-10-23 19:57:02
|
> > Your dilemma ist: how to specifiy that server should NOT preparse > the uploaded multipart-data? > Yes, i am thinking how to make driver to spool data into regular file, not mmap it and just pass to the connection thread. In the conn some kind of command like ns_conn tempfile would return name of the file and in the script i have to do whatever i want. This asks for another knob to introduce, something like max upload limit if greater, contents will go directly into file without parsing. The spooler thread can still do the upload work. |