I assume the code sends a GET to the proxy - convert this to a POST and you should be fine:
http://www.cfquickdocs.com/cf8/?getDoc=cfajaxproxy "setHTTPMethod("method") Sets the HTTP method to use for the call. The function parameter is a case-insensitive string, and must have one of the following values: GET (the default method) POST" mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ 2009/1/27 dev losh <[email protected]>: > Hi all, > > I'm submitting my form using cfajaxproxy(using remote method invocation). it > is working fine with small data. my page is having a text area. if we give > larger text say like 500 chars, the sumbit action is throwing javascript > error. the CFC is not able to handle it. is there any solution for this issue > ? please help > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318592 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

