I have an uploaded file which is turned into a query set. I want to be able
to check that the uploaded file has the field name in it.
-----------uploaded file: directory.txt
"custno"
"GALC1"
"APER1"
"AALB1"
"SPAL1"
-------------retrieve file
<cfhttp method="get"
url="http://127.0.0.1/CFscripts/Arica/Administration/Roles/directory.txt"
name="Directory"
textqualifier=""""
columns="custno">
--------------Problem
I want to be able to check to see if the client has put the field name
"custno" in the upoloaded file so that if they have just
"GALC1"
"APER1"
"AALB1"
"SPAL1"
I will be able to catch it. Using NOT IsDefined does not work. Any
suggestions?
Sebastian
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists