
tsirkin at gmail
Feb 7, 2012, 3:05 AM
Post #4 of 4
(1401 views)
Permalink
|
I am not sure ,but it looks like BinaryRead will just read STDIN/mod_perl buffer entirely into internal buffer .While getting multipart/form-data a CGI object is used to read a file upload. This is just an explanation ,is that OK ?I guess yes. Evgeny On Tue, Feb 7, 2012 at 3:09 AM, Arnon Weinberg <arnon [at] back2front> wrote: > > Thanks for this, ran into the same issue, and that fix worked perfectly. > > Note: This affects forms processed using CGI that are submitted with > method="post" and enctype="application/x-www-form-urlencoded" (the > default). > Using method="get" or enctype="multipart/form-data" does not cause the > problem, > so may be another solution for some. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: asp-unsubscribe [at] perl > For additional commands, e-mail: asp-help [at] perl > >
|