directory-drop
v1.0.0
Published
This is the description of the plugin.
Downloads
4
Readme
Directory Upload
This plugin is used to upload a folder directly into the server. It uploads all the files in the folder. It won't accept a folder with existing name in to the server.
Environment Variables
To run this project, you will need to add the following environment variables to your .env file
BASE_URL
as your server url.
How to install
- Unzip the folder into src->plugins->folder-upload.
- Add the below code into plugins.js in config
"folder-upload": { enabled: true, resolve: "./src/plugins/folder-upload", }
Tech Stack
Client: React
Server: Node, Strapi