<cffile
action="upload"
destination="E:\docs\probmgmt\_tempFiles\upload\"
nameConflict="overwrite"
/>
<cfset PhysicalPath = GetDirectoryFromPath(GetCurrentTemplatePath())>
<cf_sanfile action="append" file="#PhysicalPath#errorlog.txt"
output="#cffile.clientFile#" nameConflict = "overwrite">
This will dump out a list of your file names to a temp file called
errorlog.txt. You can see that #cffile.clientFile# will tell you the names of
your files 1 at a time. Your upload file gets called once for each file
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive:
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352066
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm