This is a migrated thread and some comments may be shown as answers.

Configuration not available

1 Answer 46 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 22 Jan 2013, 10:55 AM

Hi I have a few questions about the file explore control,
firstly I looked a the online examples and in the getting started section it shows a section of the properties that allow you set to viewpath, deletepath ect but in my properties window in VS 2012 these are not there.

The config property is there and set to Telerik.Web.UI.FileManagerDialogConfiguration but it is not expandable, when i got to the page with the control the file explorer is there but does not work.

Am I missing something?


secondly is it possible to use this control like a file selection dialog, basically I would like a user to navigate to a folder on the server select 1 or more files then press a button on the page that would do a post back so in VB code i could find what files where selected so i could use them?

1 Answer, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 24 Jan 2013, 08:03 PM
Hi Mark,

I have already answered your support ticket on the subject, but for your convenience I am pasting my answer here as well:

The View/Uplaod/Delete paths has to be set to its Configuration inner tag, so in the Properties window you could find them under the names (view screenshot):
 - Configuration-ViewPaths
- Configuration-DeletePaths
- Configuration-UploadPaths

Regarding your second concern - yes, you could use the FileExplore to browse files from your server. For example, you could access the selected item value by attaching a handler to the FileExplorer's
OnClientItemSelected Client event. You could see a way to take the selected value's name/path in the following help article: Client-side events.


In addition, I would like to add that there is a live implementation of a File selector and you could see it in this live demo: File Selector Dialog.

All the best,
Vesi
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
FileExplorer
Asked by
Mark
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Share this question
or