Install React file manager
Including the file manager in your React application may bring you a lot of new opportunities: from managing media on your server to attaching uploaded files and images to form fields, and so on.
1
3
Install the backend
You also need to install file manager backend somewhere on your server.
✓
Ready to use
There two approaches depending what behavior you need:
-
Use
<FlmngrPanel>
component to mount the Flmngr file manager in your app. -
Call
Flmngr.open({params})
API method to open the dialog.
There are also a lot of utility methods described in the Flmngr API documentation.
Samples
See how to run React file manager using <FlmngrPanel>
component:
At any time you can use imperative JavaScript calls to open dialogs and use service methods:
-
JS Component: Select Single Image
-
JS Component: Manage Image Gallery
-
JS Component: File Browser
-
Select Single Image in Dialog
-
Select Image with Preview
-
Manage Image Gallery
-
Select Multiple Files
-
Browse Folder
-
Upload Files
-
Rename Files on Upload
-
Open Image Editor
-
Edit Image and Save as Base64
-
Event Listeners