I want to user to upload attachement to my upload directory like following
C:\inetpub\wwwroot\MySite\Test\uploadFile
<cfset strPath = ExpandPath( "./" ) />
<cfset strPath = GetDirectoryFromPath(GetCurrentTemplatePath()) />
<cfoutput> #strPath#</cfoutput>
I use above code which gives me the following path.
C:\inetpub\wwwroot\MySite\Test\
Are there any way to add \uploadFile to the return path?
Your help and information is great appreciated,
regards,
Iccsi,