Here's my situation: I've been working on migrating an app from one look and feel to another and had to build an interface on top of an interface as a temporary solution. When a user posts data to my form, my program posts the information to a form on a different site. This is all working great except for one big problem...
One of the fields is a textarea field where the user typically copies and pastes a lot of information. The problem is that if the user has an & anywhere in the field, the cfhttpparam function chops off the data at the &. I can't readily think of a way to solve this.
Anyone run into this? Andrew
One of the fields is a textarea field where the user typically copies and pastes a lot of information. The problem is that if the user has an & anywhere in the field, the cfhttpparam function chops off the data at the &. I can't readily think of a way to solve this.
Anyone run into this? Andrew