|
|
|
"One thing that I really like about EO.Web Controls is their modular design. I first
saw the File Explorer when I was evaluating EO.Web HTML Editor. I thought it would
be nice if I could use this interface without the editor, a quick review of the
source code revealed that it is actually a separate component and can be used alone.
The component has all the features I needed and I've been using it every since.
"
Don, CA
|
|
|
Feature Highlights
-
Cross browser, cross platform
Like all other EO.Web Controls, EO.Web FileExplorer supports all popular browsers:
IE 5.5+, FireFox 1.0+, Mozilla 1.3+, Opera 7.2+, Safari 1.3+ and Chrome;
-
Works like Windows Explorer
An interface that is similar to Windows Explorer allows you to browse/create/rename/delete
folders and also browse/upload/rename/delete files;
-
Multiple-level security control
Not everybody has the same permission. Some users can only browse, some users can
only upload. Sometimes each user has their own local folder. It's all covered;
-
File upload support
Gives your user ability to upload new files right away. You can even handle server
side event to verify/reject the new file after it is uploaded;
-
Filtering based on file extension or file/folder name
Mostly you will only want the users to see certain files, for example, image files.
Set a single property to achieve this.
-
Picture Preview
Built-in preview panel allows you to preview, zoom in or zoom out image files.
-
Fully Customizable
Similar to other EO.Web Controls, FileExplorer supports a great number of customization
options. You can customize the toolbars, the TreeView styles, or even the UI layout.
|
How to use EO.Web Controls?
-
If you use Visual Studio
Simply download and install our product and the setup will add all controls to your
toolbox. Drag and drop the control from the toolbox to your Web Form and you are
all set;
-
If you do not use Visual Studio
If you do not use a development tool like Visual Studio, follow these easy steps:
- Copy EO.Web.dll to your application's bin folder;
- Add the following code to the top of the page;
<%@ Register assembly="EO.Web"
namespace="EO.Web" tagprefix="eo" %>
- Copy the control definition from any of our sample page source code. Source code
for all the samples are included in the download package;
Now you are ready to go!
Additional Resources
-
Product Documentation
All features are explained in great details in the product documentation. It also
contains complete reference information for each type, property or method;
-
Samples
Source code for all the live demos is included in the download package. You can
install them and run the samples locally on your machine and see how it works;
-
Technical Support
Still have questions? Post in our support forum and we will answer them quickly.
Our turn around time is among the best in the industry.
|
|