<cfcomponent>
<cffunction name="postAd" access="remote" returnformat="plain">
<cfscript>
writeDump(URL);
writeDump(CGI);
writeDump(GetHttpRequestData());
writeDump(FORM);
return __bdreturnformat;
</cfscript>
</cffunction>
</cfcomponent>I'm passing a lot of data through POST but inside the function but FORM seems to be empty!! -- online documentation: http://openbd.org/manual/ google+ hints/tips: https://plus.google.com/115990347459711259462 http://groups.google.com/group/openbd?hl=en
