I have a form that is using the enctype "multipart/form-data" in the form
tag and am receiving the error message below. If I take the enctype out, I
get no error. However, this form uses a file input field to upload an image
to the server, therefore, I need the multipart enctype. Could someone
please explain how I can fix this?
----- ERROR MESSAGE STARTS ------
Error Diagnostic Information
Parameter 1 of function IsDefined which is now "Caller.ATTRIBUTES.1" must be
a syntactically valid variable name
The error occurred while evaluating the expression:
refindnocase("[[:alpha:]]",left(trim(field),1)) and NOT
SDEFINED( 'Caller.ATTRIBUTES.' & trim(field) )
The error occurred while processing an element with a general identifier of
(CFIF), occupying document position (83:3) to (83:112).
----- ERROR MESSAGE ENDS ------
The "Caller.Attributes.1" parameter is the value of the first field I have
in the form. It is a hidden form field that passes the value 1 to the
submitting page. If I comment this line out, I get the exact same error
with whatever I type in my next form field. It's like it is taking the
value of my form fields instead of the name and passing that to the custom
tag. If anyone could help, it would be greatly appreciated.
Thank you in advance for your help,
Jeff Stone
[EMAIL PROTECTED]
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.