Box
Map

JavaScript/jQuery FileManager - permissions

Specifies actions that a user is allowed to perform on files and directories.

Type:

Object

View Demo

copy

Specifies whether a user is allowed to copy files and directories.

Type:

Boolean

Default Value: false

create

Specifies whether a user is allowed to create files and directories.

Type:

Boolean

Default Value: false

delete

Specifies whether a user is allowed to delete files and directories.

Type:

Boolean

Default Value: false

download

Specifies whether a user is allowed to download files.

Type:

Boolean

Default Value: false

move

Specifies whether a user is allowed to move files and directories.

Type:

Boolean

Default Value: false

rename

Specifies whether a user is allowed to rename files and directories.

Type:

Boolean

Default Value: false

upload

Specifies whether a user is allowed to upload files.

Type:

Boolean

Default Value: false