JavaScript/jQuery FileManager - Custom.Methods
This section describes members used to manage file system items.
abortFileUpload()
Cancels the file upload.
The file that is being uploaded.
Information about the file upload session.
The directory where a file system item is uploaded to.
copyItems()
Copies files or directories.
The current files or directories.
The directory where files or directories are copied to.
createDirectory()
Creates a directory.
The parent directory where a new directory should be created.
The name of the new directory.
getItems()
Gets file system items.
The directory that stores file system items.
moveItems()
Moves files and directories.
The current files and directories.
The directory where files or directories are moved to.
renameItem()
Renames a file or directory.
The current file or directory.
The new name for the file or directory.