开发者 | ben.moody |
---|---|
更新时间 | 2018年11月23日 23:02 |
PHP版本: | 3.0 及以上 |
WordPress版本: | 4.8.2 |
版权: | GPLv3 |
版权网址: | 版权信息 |
prso-gravity-forms-adv-uploader
to the /wp-content/plugins/
directoryMore info over at GitHub (https://github.com/pressoholics/prso-gravity-forms-adv-uploader). Extend Gravity forms advanced uploader and show a list of all local uploads as well as any external uploads (Youtube, ect) in GravityForms user notification emails. Learn More about notification email support
Use 'prso_gform_pluploader_i18n_script' filter in themes functions.php to select language for Plupload: add_filter( 'prso_gform_pluploader_i18n_script', 'plupload_i18n' ); function plupload_i18n( $i18n_filename ) { //Use fr,js file - remove .js from filename $i18n_filename = 'fr'; return i18n_filename; } See plugins/prso-gravity-forms-adv-uploader/inc/js/plupload/i18n folder for language file options.
Gravity forms requires that each form has at least 1 gravity forms field to show results. So if you have just the uploader in your form try adding a text field or something similar. I will look into a work around in future updates.
The YouTube uploader requires PHP iconv extension to work. Ask your host to install it for you.
This is probably an issue with the file being larger than PHP post size allows. Try enabling chunked uploads, and be sure that the chunked upload size is not larger than your PHP post size on the server (try 1mb if you have problems).
That depends on the UI you have set in the options: jQuery UI:
This is due to your server script timeout settings. The plugin does attempt to set 'max_execution_time' & 'mysql.connect_timeout', but if your host has disabled these options then i'm afraid you are stuck unless you can ask them to increase these for you or you can add your own php.ini.
This option can be hit and miss in some older browsers, that said it works in most of them. Just test it and see.