Iptanus File Upload
Front-end file uploads for WordPress
Let visitors upload files from any page, post or sidebar widget — into your Media library, or straight to Dropbox, Google Drive, OneDrive, Amazon S3 or an FTP server.
What it does
A form on any page
One shortcode, or a Gutenberg block. Add your own fields, filter by size, extension or user role, and run several forms in the same post.
Files go where you need
The Media library, a NextGEN gallery, an FTP server or a cloud account. Large files upload in chunks, past the server’s own limit.
You see what arrives
A file browser and activity log in the dashboard, email notifications on upload, and a viewer your logged-in users can see too.
What it looks like
Set-up and reference
- Install the plugin with the WordPress auto-installer, or download the .zip file from wordpress.org and install it from the Plugins section of your Dashboard.Or copy the
wordpress_file_uploaddirectory into thewp-content/pluginsdirectory of your site yourself. - Activate the plugin from the Plugins section of your Dashboard.
- For an upload form, go to Dashboard / Settings / Iptanus File Upload and follow the instructions in Uploader Instances.
[wordpress_file_upload]Or put the shortcode straight into the contents of any page. - For a list of uploaded files, follow the instructions in Uploaded File List Instances instead.
[wordpress_file_upload_browser]Or put the shortcode straight into the contents of any page.
- Open the page in your browser and you will see the upload form, or the list of files.
- View what has arrived from the Uploaded Files item in the Dashboard menu.
- Change the upload directory, or any other setting, from the small edit button at the top-left corner of the upload form.It opens the plugin options in a new window. If nothing appears, allow pop-up windows for your site.
- Full documentation of the plugin options is in the Options section below.
A handy Getting Started guide can be found here.
You can download the free version of the plugin by pressing the FREE version button below, or you can go for the professional version that offers multiple file uploads, captcha and much more by pressing the PRO version button. Professional licences are one-off, and their updates never expire.
The plugin offers many options for the two shortcodes, so that they can be tailored to any requirements. These options are available in the following links:
From version 2.4.1 filters and actions are supported in order to allow programmers to integrate Iptanus File Upload plugin with other plugins, extend its capabilities or perform advanced operations.
A detailed list of the plugin’s filters and actions can be found in this article.
The plugin is translated in the following languages:
- Portuguese
- kindly provided by Rui Alao
- German
- French
- kindly provided by Thomas Bastide of omicronn.fr
- Serbian
- kindly provided by Andrijana Nikolic of webhostinggeeks.com
- Dutch
- kindly provided by Ruben Heynderycx
- Chinese
- kindly provided by Yingjun Li
- Spanish
- kindly provided by Marton
- Italian
- kindly provided by Enrico Marcolini marcuz.it
- Polish
- Swedish
- kindly provided by Leif Persson marcuz.it
- Persian
- kindly provided by Shahriyar Modami chabokgroup.com
- Greek
Translations in other languages are more than welcome!.
The plugin requires to have Javascript enabled in your browser. For Internet Explorer you also need to have Active-X enabled.
Please note that old desktop browsers or mobile browsers may not support all of the above features. In order to get full functionality use the latest versions of browsers, supporting HTML5, AJAX and CSS3.
You can read the Privacy Policy and Terms of Service of the plugin in the following links:
You can also read the Google Drive Privacy Policy and Terms of Service of the plugin in the following links:
Release notes
153 versions · 847 changes
What changed in each version. Grouped by major release — these entries carry no dates.
- Fixed bug where emails could not be sent after the release of the previous version.
- Verified compatibility with latest 7.0 WordPress version.
- Added uploadid length check in wfu_ajax_action_send_email_notification().
- Added wfu_params_*, wfu_gst_* and wfu_userstate_* in periodical cleanup.
- Added Transient Options section in Maintenance Actions tab.
- Fixed SQL injection issue CVSS 9.3 from Patchstack.
- Fixed File Overwrite Race Condition when uploading files with the same filename concurrently.
- Verified compatibility with latest 6.9 WordPress version.
- Fixed bug where a file could not be downloaded from Uploaded Files Dashboard menu.
- Fixed double-escaped HTML code of text when Pro version is deactivated. Pro
- Added support for FTP over TLS (FTPS) uploads.
- Fixed bug where the visual editor of the file viewer could not be invoked when there was no upload form on the same page. Pro
- Fixed bug where alt text and description in NGG image was not stored because NGG modified its API. Pro
- Fixed bug where the visual editor threw warnings for not finding personaldata when Personal Data were deactivated from the plugin's Settings in Dashboard.
- Fixed bug where a fatal error was thrown when updating the Pro version of the plugin and the extensions had to be reloaded. Pro
- Fixed bug where Link and Remotelink columns showed HTML code instead of links, due to excessive escaping. Pro
- Modified Messenger activation workflow due to withdrawal of Send To Messenger plugin from Meta. Pro
- Corrected bug where the upload form visual editor was not opening when Material UI theme was active.
- Corrected bug where notification emails were not sent when Material UI theme was active.
- Updated vendor libraries.
- Removal of Post Method setting from free version.
- Removal of curl_exec, file_get_contents and sockets from wfu_get_request() and wfu_post_request() of free version.
- Improvements on how AJAX endpoint is provided.
- Corrections to "Requires at least" value.
- Replacement of eval() in minification function.
- Corrected warning where translatable constants where loaded before the plugin textdomain was loaded.
- Further security improvements for compliance with wordpress.org.
- Added translation for all backend of the plugin.
- Modified plugin code so that all echoed variables to HTML are escaped.
- Modified code so that all input is sanitized, including all $_SERVER, $_COOKIE and $_SESSION input.
- Plugin name changed to Iptanus File Upload.
Every version on one page, without JavaScript: the full changelog.
Free and Pro
The free version does not expire and is not a trial. Pro adds nineteen features. The full comparison and the price are on one page.

Hello,
After upgrade php to 7 and update the plugin to 4.0.1 we get the error Upload failed! The duration of the upload exceeded the time limit of the server, we have not big files to upload, max 100kb and it worked before with those settings.
I read more questions about this here, but no anwsers? or im not looking good?
Im not can provide you with a link, because this site is behind a login.
Regards,
Marcel
Hi, the plugin’s latest version has been tested with PHP7. Maybe it is something not related to the plugin. Do you have access to the error log of your domain? I have sent you instructions to your email for enabling logging of uploads, in order to track errors.
Regards
Nickolas
Hi, great plugin, thank you.
However, I cannot get it to work. I am using Sela theme, on Chrome and Opera. Just the most basic shortcode i.e. [wordpress_file_upload]. Other shortcodes work fine.
This is what I get:
‘; return output; } /** * get the indices of the files shown in message block * * This function returns an array of the indices of the files already shown in * the message block. * * @return array the array of indices */ this._get_file_ids = function() { var message_table = document.getElementById(‘wfu_messageblock_1’); var next_block = document.getElementById(‘wfu_messageblock_subheader_1’).nextSibling; var prefix = ‘wfu_messageblock_1_’; var file_ids = []; while (next_block != null) { if (next_block.nodeType === 1 && next_block.id.substr(0, prefix.length) == prefix) file_ids.push(next_block.id.substr(next_block.id.lastIndexOf(“_”) + 1)); next_block = next_block.nextSibling; } return file_ids; } /** * shows or hides detailed information of the overall upload * * @return void */ this._headerdetails_toggle = function() { var item1 = document.getElementById(‘wfu_messageblock_arrow_1’); var item2 = document.getElementById(‘wfu_messageblock_arrow_1_up’); var item3 = document.getElementById(‘wfu_messageblock_arrow_1_down’); var item4 = document.getElementById(‘wfu_messageblock_subheader_1’); var item5 = document.getElementById(‘wfu_messageblock_subheader_1_message’); var item6 = document.getElementById(‘wfu_messageblock_subheader_1_adminmessage’); var item7 = document.getElementById(‘wfu_messageblock_header_1_state’); var file_ids = this._get_file_ids(); var show = (item2.style.display == “none”); if (show) { item2.style.display = “”; item3.style.display = “none”; if ( item5.style.display != “none” || item6.style.display != “none” ) item4.style.display = “”; item7.value = “”; for (var i = 0; i
Upload files
Hi, where do you get this output?
Regards
Nickolas
Hi Nickolas,
Thanks for the quick response.
I get this output on the webpage, if I publish the page. I have not published the page because of the error.
Can you please publish the page and send me the link so that I can see myself?
Regards
Nickolas
Hi NIckolas,
I got the plugin working but I had to disable another plugin (WP Glossary).
What is the easiest way to include an “action=post_upload_script.py” in the form? I know there are filters and actions, but all I need is to point the “action” attribute of the form to a desired script. How to do this?
If you do this to the uploader’s form, then the upload will not work. You can do it with PHP by implementing wfu_after_upload filter and by calling your script. Do you know how to call your Python script from PHP?
Nickolas