Can you change these to Console(url); Console(form); and run again ... because the FORM scope is available.

Are you running the nightly build or some other version?

On 31/03/2012 12:06, David G Ortega wrote:
<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

Reply via email to