Using the file manager JS samples
There is a collection of JS samples that demonstrate how to integrate and use the file manager in your app or website.
Each sample is available on CodePen and you can easily play with it by modifying HTML, CSS and JS source code as you wish. This is an extreme easy to access playground when you wish to make an experiment of how some feature works.
Main samples
Open file manager
Attach a listener to a button and let user select some single image, then show it.
Select image with preview
Let user select some image with automatic generating a preview for it.
Manage image gallery
Open file manager, select multiple images, change their order. Allow to edit existing gallery on the second open.
Select multiple files
The same as image gallery, but files of any type.
Browse a folder
Let user to manage his storage: open in full screen mode and do not require user to pick any file.
Upload files
Ask user to select local files, and programmatically upload them to server.
Open image editor
Let user to edit some image outside of the file manager. If saved, upload it to the server.
Custom image editing
Let user to edit some image, but do not upload it on save, just return an edited image into the app.