drop down for file location?

G

Gary Rowe

Is there a way to have a drop down field on a form that lists the file tree
so a user can specify the location for a document?
 
S

Scott Roberts [MSFT]

This would work as long as you can find a Web service or data connection
that exposes the file tree. You could also use business logic (script or
managed code) to build the tree dynamically using the file system object for
example and saves it to an XML file. You would then bind the drop down to
the external file or other data connection that has this information.

However, neither of these approaches are not considered secure so your form
template would need to be full trust.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top