Add From Server

Description

The heart of a CMS is the ability to upload and insert content, WordPress does a fantastic job at this, unfortunately, some web hosts have limited servers, or users simply do not have the ability to upload large files through their web browser.
Add From Server is designed to help ease this pain, You can upload a bunch of files via FTP (Or your favourite transmission method) and simply import those files from the webserver directly into WordPress.

Screenshots

  • The import manager, This allows you to select which files to import. Note that files which cannot be imported are Red.
  • The Options panel, This allows you to specify what users can access Add From Server, and which folders users can import files from.

FAQ

What placeholders can I use in the Root path option?

You can use %role% and %username% only.
In the case of %role%, the first role which the user has is used, this can mean that in complex installs where a user has many roles that using %role% could be unreliable.

Why does the file I want to import have a red background?

WordPress only allows the importing/uploading of certain file types to improve your security.
If you wish to add extra file types, you can use a plugin such as: https://wordpress.org/extend/plugins/pjw-mime-config/ You can also enable “Unfiltered uploads” globally for WordPress if you’d like to override this security function. Please see the WordPress support forum for details.

Where are the files saved?

If you import a file which is outside your standard upload directory (usually wp-content/uploads/) then it will be copied to your current upload directory setting as normal.
If you however import a file which is already within the uploads directory (for example, wp-content/uploads/2011/02/superplugin.zip) then the file will not be copied, and will be used as-is.

I have a a bug report

You can report bugs in the plugins Support Forum here

Reviews

Works Well, Could Be More Intelligent

Generally did what I wanted it to do. As mentioned, interface could be better at handing large lists of files. The biggest issue I had was importing a legacy WordPress uploads folder — it didn’t recognize WordPress’ naming convention for resized images and imported them all as separate library items (so every distinct image had 4 or 5 entries in the library.)

Works well but interface is awful

Did the job well and I appreciate that, but it would be trivial to make it much easier to use by not having to scroll all the way to the bottom of a file list to submit. Also add directory navigation at the top to also avoid having to scroll half way down after import has completed

Very Good

Hello!
I activated this plugin into my wordpress, and I translated it using the ARABIC file I downloaded.
Also I uploaded the translation file into my language/plugin directory, but I found that it doesn’t work.
So please till me how to make the translation file works.
Thank you.

Does Exactly What It Promises

WOW – saved me! WP refused to upload my video. So I FTP’ed it but then WP does not see it even if in right folder. But, ADD FROM SERVER will list whatever is present and when you choose a file not preciously “seen” by WP make it so. Nice. Saves me from having to fix whatever is going on with failure to upload my videos even though they are fine and play just fine nevertheless fail to upload. Now, they do via FTP and this plugin.

Read all 167 reviews

Contributors & Developers

“Add From Server” is open source software. The following people have contributed to this plugin.

Contributors

“Add From Server” has been translated into these 7 locales: German (Formal), Russian, Italian, Czech, English (Canada), English (Australia), English (New Zealand). Thank you to the translators for their contributions.

Translate “Add From Server” into your language.

Interested in development?

Browse the code or subscribe to the development log by RSS.

Changelog

3.3.3

  • Fixes some scenario’s where the translation warning sticks around for translated (and other english locales)
  • Fixes a PHP Warning
  • Support per-user locales
  • Bumps required version of WordPress to 4.5+

3.3.2

  • Security Fix: Fixes a CSRF vulnerability which could be used to trick a user into importing a large file to their site. Props to Edwin Molenaar (https://www.linkedin.com/in/edwinmolenaar)
  • Fix a typo that caused subsequent plugin activations to fail if the server doesn’t meet the Add From Server requirements
  • Fix a path mismatch on certain windows configurations (No longer need to specify uppercase disk markers)
  • Import Audio metadata and store image/audio metadata in the same manner as core.

3.3.1

  • Fix plugin activation

3.3

  • The plugin now requires WordPress 4.0 and PHP 5.4 as a minumum requirement.
  • Updated to use WordPress.org translation system, please submit translations through https://translate.wordpress.org/projects/wp-plugins/add-from-server/stable
  • Updated to WordPress 4.3 styles