Gets a list of files and folders, and creates a folder and uploads files.
Resource | Description |
---|---|
GET /fckconnector/jcr/getFoldersAndFiles/ | Returns folders and files in the current folder. |
GET /fckconnector/jcr/createFolder/ | Creates a folder under the current folder. |
POST /fckconnector/jcr/uploadFile/upload/ | Uploads a file with the HttpServletRequest. |
GET /fckconnector/jcr/uploadFile/control/ | Controls the process of uploading a file, such as aborting, deleting or progressing the file. |