I have a large form with ~100 fields, which I'm submitting via post,
and only the last 25 values are getting through.

The inputs are called quantity-1, quantity-2 etc, up to 100. Other
variables at the top of the page named name, phone etc are getting
through.

I've checked the actual posted data and it is all being posted
correctly, which leads me to the conclusion that something in django
itself is choking...? Can anyone help me with this? Is there a limit
as to how many form fields you can have?

The problem occurs on the runserver, and on the production site which
runs apache+mod_wsgi

Cheers,
Greg
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to