T A wrote: >> Trevor Austen wrote: >> >>> <cfset variables.filelink = ""> >>> <cfif evaluate(variables.fileLink) neq ""> >>> >> What are you trying to accomplish with these two lines of code? >> > they were both included in my page before to upload a single file and worked > but now it is needed to upload multiple files so i was tryig to give that > aility but am unsure if those lies are still needed or not now.
But what do they do? What are you determining by setting a variable to an empty string and then trying to evaluate that empty string into a variable name? Which I would think would always be false if not outright throw weird errors since an empty string can not be a variable name. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:301316 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

