Nope...still calls out the returnType = "stuct" line as a problem.
-----Original Message----- From: William Seiter [mailto:[email protected]] Sent: Friday, March 06, 2009 1:34 PM To: cf-talk Subject: RE: I give...anything inherently wrong with this code that would cause this error? Remove this part and see if it works. argumentCollection = "#form#" ------------------ William E. Seiter Need to have your mortgage modified? I charge no fees until I am successful, then I charge almost half the rate you would find elsewhere. Professional. Dedicated. Effective. The Easy 24/7 way to get started: http://www.goldengrove.net/ or you can call: (626) 593 - 5501 -----Original Message----- From: Rick Faircloth [mailto:[email protected]] Sent: Friday, March 06, 2009 10:29 AM To: cf-talk Subject: I give...anything inherently wrong with this code that would cause this error? Here's the error from CF: "This expression must have a constant value." The compiler was processing: - A cffunction tag beginning on line 72, column 10. The error occurred in E:\Inetpub\webroot\wsm-dev\jQuery\ajax_file_upload_two\form_processing.cfc, line 79. (Line 79 is: returnType = "struct") If I take out that line, then the error just references the line before it: access = "remote". Without going into a thousand lines of code upfront, I was wondering if anything was wrong with this code up to this point. I've never gotten this error before (but, then again, I've never tried to do some of the things I'm doing with this, either.) Thanks, Rick <cffunction name = "fnProcessForm" displayname = "fnProcessForm" argumentCollection = "#form#" dsn = "#application.dsn#" hint = "Processes Submitted Form" output = "false" access = "remote" returnType = "struct"> <cfargument name = "dsn" type = "string" required = "yes"> <cfset valueStruct = structNew()> <cfset arrFiles_200 = [] /> <cfset arrFiles_500 = [] /> ---------------------------------------------------------------------------- --------------------------------------------------------- "A government big enough to give you everything you want is big enough to take away everything you have." - Thomas Jefferson ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:320182 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

