View Single Post
Old 11-05-2004, 07:42 AM  
cfU
Confirmed User
 
Join Date: Jan 2003
Posts: 933
<cfdirectory action="LIST"
name="fiveGFolderName"
directory="C:\Inetpub\wwwroot\folderOfFiveGs"
sort="name asc">

<cfif fiveGFolderName.recordcount>
<cfloop query="fiveGFolderName">
<cffile action="UPLOAD" fileField="yourFuckingFile"
destination = "C:\Inetpub\wwwroot\folderOfFiveGs\#fiveGFolderNam e.name#\"
nameconflict="MAKEUNIQUE" accept ="image/*,application/msword,text/*">
</cfloop>
</cfif>
cfU is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote