I have a problem with posting form data on Apache 1.3.9 running on Solaris 7.
I have this small CGI Perl script which is printing out data posted from an
HTML form, but sometimes there seems to be no data posted and I cannot figure
out why!

The CGI (which also reports HTTP headers) says the content type is
multipart/form-data (which I want it to be), and content length about 1100
(which seems okay) but when the perl CGI is waiting for the actual
data to arrive, there is sometimes nothing there while other times there is
all the data needed, ie boundaries and all that.

Please can someone advice what is happening? Is there an Apache setting
missing or something?

cheers
Fred


Reply via email to