I have a lookup table that contains file names. A # sign is included in some of the file names. In the following code #sow_file_name# should bring up a word document called 8532sow(Encore#2).doc.
The document can not be found becasue the address only reads 832sow(Encore. I have no control over the naming of the files. Any help would be appreciated.
Code:
<cfoutput query="get_sow"><a href="\\net-app\de_data\sow_file\#sow_file_name#" target="_right">#sow_file_name#</a><br></cfoutput>
The document can not be found becasue the address only reads 832sow(Encore. I have no control over the naming of the files. Any help would be appreciated.