Is there a way to do this that anyone can think of? I have a page that I inherited that is outputting user-uploaded images, and just today, the user decided to upload images with #'s in the names. The images are not showing up because of this. Any way around this other than renaming the images?
code: <cfoutput><p><img src="/_images/#filename#" width=164 height=140 border=0></p></cfoutput> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Check out the new features and enhancements in the latest product release - download the "What's New PDF" now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294014 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

