coldfusion builder 2 extension not displaying browse button on type=projectdir
I'm in the process of creating an extension that fires from the RDSView (from a database table). Basically I would like it to create 7 files for me by using the table's columns I selected. *PERFECT*, I got the files being created, but I have to TYPE in the LOCATION to store the files <-- WHAT -- Yes, I said I have to type in the full path to where I want the files to be stored. So my question to anyone who might see this blog is --> Is there a way via (call back, response, etc) in an cfbuilder extension for the user to pick the project and/or folder as an input? PS. if you read this and don't know the answer, please "socialize" it (tweet, FaceBook, etc) so possibly the correct person with the answer can answer it. *THANKS* **UPDATE 9/29/2011** I was able to email a contact at Adobe with this issue, and after working back and forth, it came up that the input of type="projectdir" does NOT work when using a REMOTE server. How disappoin...