>What line of code is generating the error?

this is the line:

<cfif evaluate(variables.fileLink) neq "">


it is this section:

 <cfoutput>
  <cfset variables.numberoffields = "10">
  <cfloop index="i" from="1" to="#variables.numberoffields#" step="1">
  <cfset filename = "file" & " " & #i# &":">
  <cfset variables.filelink = "">
  <cfif evaluate(variables.fileLink) neq "">
  <cfif len(form.filelink)>
    <cfset variables.destpath = ReplaceNoCase(expandPath("*.*"), "admin\*.*", 
replace(request.FileLib, "/", "\", "All"))>
    <cffile action="UPLOAD" filefield="form.filelink" 
destination="#variables.destpath#" nameconflict="MakeUnique">
    <cfset variables.filelink = cffile.serverFile>
  </cfif>
  </cfif>
  <tr valign="top">
    <td><cfoutput>#variables.filename#</cfoutput></td>
    <td><input type="File" name="fileLink" size="50"></td>
  </tr>
  </cfloop>
  </cfoutput>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301299
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to