Download the PHP package dss-web/ninjaforms-uploads-azure without Composer
On this page you can find all versions of the php package dss-web/ninjaforms-uploads-azure. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dss-web/ninjaforms-uploads-azure
More information about dss-web/ninjaforms-uploads-azure
Files in dss-web/ninjaforms-uploads-azure
Package ninjaforms-uploads-azure
Short Description Add support for offloading Ninja Forms Uploads to the Microsoft Azure cloud.
License GPL-3.0-or-later
Informations about the package ninjaforms-uploads-azure
Ninja Forms File Uploads to Azure
Add support for offloading Ninja Forms Uploads to the Microsoft Azure cloud.
How to use
- Define connection setting (https://site.com/wp/wp-admin/admin.php?page=ninja-forms-uploads&tab=external)
- Switch off 'SAVE TO SERVER' setting on File Upload field.
- Add 'External File Upload' action to form and enable uploading to 'MICROSOFT AZURE'
You can also define constants:
The respective settings have priority over constants in this situation.
For more controlled environments, you may also use the following constant to automatically force all use the external Azure storage service when creating forms:
This constant may not be overwritten by individual settings on your site or sites.
Development
Install NodeJS and run npm install
and npm run azure
to launch development server.
Use local settings:
- Account Name:
devstoreaccount1
- Account Key:
Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==
- Blob Service Endpoint:
http://127.0.0.1:10000/devstoreaccount1
Credits
Copyright
Ninja Forms File Uploads to Azure is copyright 2021 DSS
Ninja Forms File Uploads to Azure is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.
Ninja Forms File Uploads to Azure is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with the Extension. If not, see http://www.gnu.org/licenses/.
All versions of ninjaforms-uploads-azure with dependencies
microsoft/azure-storage-file Version ~1.2.4
microsoft/azure-storage-blob Version ~1.5.2
guzzlehttp/psr7 Version ~1.8