1.0.6 • Published 4 years ago

strapi-provider-upload-windows-network-drive-local v1.0.6

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

strapi-provider-upload-network-drive

Windows NetworkDriver provider for Strapi CMS file upload.

Installation

1.npm install strapi-provider-upload-network-drive-local
2.To enable the provider,Add or Edit the below config file in the solution.

Config

./config/plugins.js

{
      "provider": "network-drive-local",
      "providerOptions": {
        "NETWORK_DRIVE_PATH": "<diver-path>",
        "FILE_PATH":"file-path",
        "username": "<drive-username>",
        "password": "<driver-password>",
        "baseUrl":"<base-url>"
      },
}
1.0.6

4 years ago

1.0.5

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

1.1.0

4 years ago

1.1.5

4 years ago