MediaNest Upload Manager

外掛說明

This plugin adds a wp-admin screen under Media where you can:

  • Upload files (supports chunked upload via Plupload)
  • Browse uploaded files in a directory tree
  • Import images (JPG, PNG, GIF, WebP) and PDF files from this directory into the Media Library

Note: Upload size ultimately depends on server limits (PHP upload_max_filesize, post_max_size, timeouts, etc.). Chunking can help with stability but cannot bypass hard limits on your hosting.

螢幕擷圖

安裝方式

  1. Upload the plugin folder to /wp-content/plugins/
  2. Activate the plugin through the Plugins menu in WordPress
  3. Go to Media MediaNest Upload Manager

常見問題集

Does this plugin create/modify files outside WordPress uploads?

No. Uploaded content is stored inside your WordPress uploads directory only (in a dedicated subfolder).

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈MediaNest Upload Manager〉的開發相關工作。

參與者

將〈MediaNest Upload Manager〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.1.1

  • Updated branding and improved admin/readme wording for WordPress.org.
  • Security: restrict uploads and imports to images (JPG, PNG, GIF, WebP) and PDF only.
  • Security: server-side content validation (image MIME detection, PDF magic bytes).
  • Security: harden upload subfolders with index.php and .htaccess (Apache).
  • Security: validate assembled file size after chunked uploads.
  • Initial release.