David Welton wrote:
Massimo, you mentioned to me that he'd been encountering some problems
with file upload on Apache 2.0... I was going to ask and see if you'd
had a chance to look into that any further?

I found a couple of bugs in apache_multipart_buffer: one was easy to fix
as it was simply about an argument rejected by apr_file_mktemp. The
second bug occurs in a reproducible way by adding
a <input type="hidden" .... /> as first input element in the upload form.
I'm certain the problem is more general though, since Rivet fails to parse
correctly the whole multipart message (basically:
everything gets into a variable that bears the name of the hidden input
element). I going to work on this soon.

The whole parsing mechanism is quite complex and I wonder whether
relying on the apr_string_* functions could be of any help in having it
more simple and stable.
My first goal in to make it functioning again with the least possible
changes


-- Massimo



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to