> [aspa - Fri Nov 04 04:33:48 2005]:
>
> The following part in the patch breaks HTML forms with multiple file
> upload elements when
> there's one or more empty elements posted to the server:
>
> if($header{'Content-Disposition'}=~/ filename=/ && !$filename) {
> $filename = "noname.bin";
> }
>
Could you please resend the patch as a diff -u (if your diff supports
it) or as a diff -c. It makes it much easier to see the changes.
Thanks.