Ninja Forms - File Uploads to Azure
Add support for offloading Ninja Forms Uploads to the Microsoft Azure cloud.
by Dekode · github.com/dekodeinteraktiv/dekode-plugin-ninjaforms-azure · website
★ 0stars
70composer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/dekodeinteraktiv/dekode-plugin-ninjaforms-azure/archive/refs/heads/main.zipAlso on Packagist as dekode/ninjaforms-uploads-azure:
composer require dekode/ninjaforms-uploads-azureFrom the readme
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
Developed by Dekode for DSS.
Copyright
Ninja Forms File Uploads to Azure is copyright 2021 DSS
Ninja Forms File Uploads to Az
Read the full README on GitHub →