Question
File Dialog in Coldfusion
I'm building an app that requires the user to be able to click a "browse" button, find a file, and click "submit", at which point that filename and path will be saved to a database.
I've been trying to figure out how to create a file dialog in ColdFusion, and the closest I've gotten is <cffile>, but I can't make out how to get that to do what I want.
Any advice?
