Skip to content

Commit e734708

Browse files
committed
Update Readme
1 parent 3f68398 commit e734708

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ MB FileBrowser doesn't use IZWebFileManager upload engine, but its own based on
6666

6767
To deny upload you mast set FileBrowserAccesMode session property (see below) to *ReadOnly* or to *DenyAll*.
6868

69-
For default only jpg,jpeg,doc,docx,zip,gif,png,pdf,rar,svg,svgz,xls,xlsx,ppt,pps,pptx files are accepted. This setting is suitable for most application, anyway you can costomize allowed file types list setting the AllowedFileTypes session property.
69+
For default only **jpg,jpeg,doc,docx,zip,gif,png,pdf,rar,svg,svgz,xls,xlsx,ppt,pps,pptx** files are accepted. This setting is suitable for most application, anyway you can costomize allowed file types list setting the **AllowedFileTypes** session property.
7070

7171
## Granting access ##
7272
It is highly recommended to grant access to the server folders only to registered users. Probably you will:
@@ -76,6 +76,8 @@ It is highly recommended to grant access to the server folders only to registere
7676

7777
Default Acces mode is defined by the IZWebFileManager property **DefaultAccessMode**.
7878

79+
When user log in you can grant him proper access setting **FileBrowserAccessMode** session property.
80+
7981
MB FileBrowser offer a typed interface to application session. Through class MagicSession defined in MB.FileBrowser you che handle session properties related to MB_FileBrowser.
8082

8183
**MB.FileBrowser.MagicSession.Current.FileBrowserAccessMode** define granted access to MB FileBrowser. Valid value are:
@@ -85,4 +87,4 @@ MB FileBrowser offer a typed interface to application session. Through class Mag
8587
- **Write**: user can copy and upload but not overwrite, move or delete files.
8688
- **Delete**: user has full control over files.
8789

88-
**MB.FileBrowser.MagicSession.Current.AllowedFileTypes** define file tipes accepted by upload process. Value is a comma separated list of extension without leading dot.
90+
**MB.FileBrowser.MagicSession.Current.AllowedFileTypes** define file tipes accepted by upload process. Valid value is a string formatted as a comma separated list of extension without leading dot.

0 commit comments

Comments
 (0)