We have had the same thing happen. We made a quick serialize / deserialize function that can write wddx's to a temp file on the server. So we can pass it that way (form -> disk -> nextpage). There is a bit of a hit with the disk IO, but it worked better for us then having another database query
good luck -----Original Message----- From: Kevin Langevin [mailto:kevin@;uswebguys.com] Sent: Friday, November 15, 2002 2:27 PM To: CF-Talk Subject: Max Length to form field containing a WDDX packet? Hey all- I've a large WDDX packet containing a complex structure that I need to pass from one page to another, but I'm getting a "not well formed" error after passing the packet to an action page and trying to unpack it. Anyone know what the maxlength of a form variable is? I think the WDDX packet is about 110,000 characters. I'm thinking I'm going to have to stow it in a temp table and pull it back out on the action page. I'd love to hear suggestions to the contrary, though. -Kev ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com

