Hi Rick - 

May I use cffile.serverFileExt like this:

<cfset filePath = 
"http://site/awards/chancellorsProfessors/nominationUploads/#qGetNominees.fname#_#qGetNominees.lname#/";>

<cfset fileExt = "#filePath#nominationLetter.#cffile.serverFileExt#">

Where I know the absolute name of the file is "nominationLetter" but the 
extension could be one of five possibilities?

I'm hoping the variable would provide something along the lines of:

http://site/awards/chancellorsProfessors/nominationUploads/#qGetNominees.fname#_#qGetNominees.lname#/#fileext#";



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:4952
Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15

Reply via email to