HTTP POST Update
I haven't posted in a little while, but I'm going to try to get back into it. Famous last words, I know, but I'll start with a post with some real content in it.
Quite a few people have commented on an entry I posted back over a year ago, where I talk about the data format that's POSTed from a form to an HTTP server. The data format is supposed to look something like this:
TextField1=test1&TextField2=test2&RichTextField=&ListBox1=&RadioButtonList=
However, some of you said that you were getting data that looked like this:
TextField1=test1TextField2=test2RichTextField=ListBox1=RadioButtonList=
This was actually a bug in Acrobat 8.0, and is fixed in the 8.1 update. If you're running Acrobat 8.0, allow the Adobe Updater to install Acrobat 8.1 and you'll get the data in the correct format.