Technical Articles

The New Form Fields of WordPress File Upload Plugin

After many users’ requests, WordPress File Upload plugin has been extended to allow various field types to be used in order to submit additional user data along with the uploaded files. These field types are: Simple Text Multiple Lines Text Number Email Confirmation Email Password Confirmation Password Checkbox Radio Button Date Time DateTime Listbox Dropdown […]

The New Form Fields of WordPress File Upload Plugin Read More »

How to Use the Visual Editor of WordPress File Upload Plugin

A unique feature of WordPress File Upload plugin is its visual editor, called Shortcode Composer. The Shortcode Composer enables the website administrators to configure the plugin easily, without any knowledge of shortcodes. This is necessary as the plugin is highly configurable with more than 50 options. After the plugin has been installed and added into

How to Use the Visual Editor of WordPress File Upload Plugin Read More »

How to Use Filters and Actions of WordPress File Upload Plugin

WordPress File Upload plugin for WordPress makes use of filters and actions for allowing the administrator to perform some advanced pre and post processing of the uploaded files. There are currently two filters and one action: Filter wfu_before_file_check: It is executed before file is uploaded and before any internal file checks, in order to allow

How to Use Filters and Actions of WordPress File Upload Plugin Read More »