Apologies if this has been covered recently, but a quick search revealed some other folks running into issues but no clear indication if there really is a bug. I'm using 1.0.2 and have the following form:
...
snoop.jsp simply dumps out some information about the request, but none of the post data is included when using method="post". If I change the form to use method="get", everything works as expected. I guess I can't imagine why this wouldn't be a bug, but I figured I'd ask first. Thanks for any pointers...
Edit:
Sigh. Why is the default for enctype "multipart/form-data"? Changing to this seems to make it work:
...
Edit2:
Ticket: http://trac.dojotoolkit.org/ticket/6248
