I'm working on an admin page, adding and editing menu items
in a database driven menu system. To make it easier for system
admins to create a link, I need to have a text input field with a
browse button next to it. When the user clicks the button a
standard browse window opens and they find their file. Here is
where the catch comes. I don't want to upload the file, just grab
the filename and put it in the text input field.
I feel like some combination of CF and Javascript should do
that, but I can't find anything and my Javascript is at a fairly
low level.
Can anyone give me a tip or actual code they may have worked
on to accomplish a task similar to this?
Thanks,