Answered
Display link in CFDIRECTORY
ive never used this tag before, and what i am trying to do,
i'm not sure of...
I would like to have the name of the file have a link around it, so you can click it and open the file... is this the best tag to use, or is there something better?
<cfdirectory action="list" directory="C:\inetpub\wwwroot\q\logos\currentRAW" name="logos" sort="Name">
<cftable query="logos" colheaders="yes" htmltable="Yes" border="Yes">
<cfcol header="<b>Name</b>" align="left" text="#Name#">
<cfcol header="<b>Size</b>" align="left" text="#Size#">
</cftable>
I would like to have the name of the file have a link around it, so you can click it and open the file... is this the best tag to use, or is there something better?
<cfdirectory action="list" directory="C:\inetpub\wwwroot\q\logos\currentRAW" name="logos" sort="Name">
<cftable query="logos" colheaders="yes" htmltable="Yes" border="Yes">
<cfcol header="<b>Name</b>" align="left" text="#Name#">
<cfcol header="<b>Size</b>" align="left" text="#Size#">
</cftable>