On Thu, Aug 01, 2002 at 03:51:09AM -0400, sully wrote: > Answer: > You tell me! :) A problem with Apache? A problem with mod_perl? A problem with >IE/Mozilla? Do I need to be posting large forms such as this using >multipart/form-data with mod_perl? Please. Help. >
Have you tried just regular get? It might give you some clue as to what's happening to the data. I've never had to provide a content type when submitting form, except on those forms where I upload files. Also, check that you're not reading the post content more than once. Sometimes on small requests you can read the post content twice, but on larger requests, it'll fail. I remember having this problem 5 years ago, under IIS, so it may not apply. You can also try running tcpdump or other packet sniffing software to see what's really being transmitted between client and server. Good luck, Rob