Title: Multimage – Image Uploads for WPForms
Author: developerakshat
Published: <strong>2026 年 7 月 29 日</strong>
Last modified: 2026 年 7 月 29 日

---

搜索插件

![](https://ps.w.org/multimage-image-uploads-for-wpforms/assets/banner-772x250.png?
rev=3626909)

![](https://ps.w.org/multimage-image-uploads-for-wpforms/assets/icon-256x256.png?
rev=3626909)

# Multimage – Image Uploads for WPForms

 作者：[developerakshat](https://profiles.wordpress.org/developerakshat/)

[下载](https://downloads.wordpress.org/plugin/multimage-image-uploads-for-wpforms.1.0.0.zip)

 * [详情](https://cn.wordpress.org/plugins/multimage-image-uploads-for-wpforms/#description)
 * [评价](https://cn.wordpress.org/plugins/multimage-image-uploads-for-wpforms/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/multimage-image-uploads-for-wpforms/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/multimage-image-uploads-for-wpforms/#developers)

 [支持](https://wordpress.org/support/plugin/multimage-image-uploads-for-wpforms/)

## 描述

Multimage adds a new **Multi Image Upload** field to the WPForms form builder — 
including WPForms Lite — letting visitors attach multiple photos or images to a 
single form submission.

> This is an independent, third-party add-on. It is not affiliated with, endorsed
> by, or sponsored by WPForms or Awesome Motive, Inc. “WPForms” is a trademark of
> its respective owner and is used here only to describe compatibility.

**Features**

 * New “Multi Image Upload” field in the builder — drag into any form
 * Works with **WPForms Lite** (no Pro required)
 * Works with WPForms AJAX submission **on or off** — images pre-upload instantly
   on selection, so nothing is lost to form serialization
 * Per-field settings: Max File Uploads, Allowed File Extensions, Max File Size (
   MB)
 * Selected images listed with individual remove buttons before submit
 * Image URLs included in the `{all_fields}` email template
 * Uploaded images attached to notification emails
 * Server-side validation: content-based MIME detection, extension whitelist, size
   limits
 * Automatic cleanup of abandoned temporary uploads after 24 hours
 * Compatible with themes using JCF-style form styling libraries

**How it works**

When a visitor selects images, each file is uploaded immediately to a temporary 
folder through a secured AJAX endpoint. Lightweight tokens travel with the form 
submission, and on success the files are moved into the standard WordPress uploads
directory.

**Requirements**

 * WPForms Lite or WPForms Pro

### Privacy

This plugin stores images uploaded by visitors on your server, in the WordPress 
uploads directory. Uploaded images may be attached to notification emails you configured
in WPForms. No data is sent to any external service.

## 屏幕截图

[⌊The Multi Image Upload field on a live WPForms form, ready for visitors to attach
images.⌉⌊The Multi Image Upload field on a live WPForms form, ready for visitors
to attach images.⌉[

The Multi Image Upload field on a live WPForms form, ready for visitors to attach
images.

[⌊The Multi Image Upload field available in the WPForms builder's Standard Fields
panel, added to a form.⌉⌊The Multi Image Upload field available in the WPForms builder's
Standard Fields panel, added to a form.⌉[

The Multi Image Upload field available in the WPForms builder’s Standard Fields 
panel, added to a form.

[⌊Field settings: Max File Uploads, Allowed File Extensions, and Max File Size (
MB).⌉⌊Field settings: Max File Uploads, Allowed File Extensions, and Max File Size(
MB).⌉[

Field settings: Max File Uploads, Allowed File Extensions, and Max File Size (MB).

[⌊General field settings: Label, Description, and Required toggle.⌉⌊General field
settings: Label, Description, and Required toggle.⌉[

General field settings: Label, Description, and Required toggle.

## 安装

 1. Upload the `multimage-image-uploads-for-wpforms` folder to the `/wp-content/plugins/`
    directory, or install the plugin through the WordPress “Add New Plugin” screen.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress.
 3. Edit or create a WPForms form and drag the **Multi Image Upload** field into the
    form from the Fields panel.
 4. Configure the field’s Max File Uploads, Allowed File Extensions, and Max File Size
    options in the field settings panel.
 5. Save and publish the form.

## 常见问题

### Does this work with WPForms Lite?

Yes. That is the primary use case — Lite has no file upload field, and this plugin
adds a multi-image one.

### Where are the uploaded images stored?

In your standard WordPress uploads directory (wp-content/uploads/year/month), after
a successful form submission. Before submission they are held in a temporary folder
that is cleaned automatically.

### Can users upload non-image files?

No. The upload endpoint enforces an image-only whitelist (jpg, jpeg, png, gif, webp)
with content-based MIME detection, regardless of field settings.

### Does it work with AJAX form submission enabled?

Yes. Images are pre-uploaded on selection, so the setting does not matter.

### How many images can a visitor upload?

Whatever you set for Max File Uploads on that field, per form. Use separate Multi
Image Upload fields with different limits if you need a photo field and a gallery
field on the same form.

### Do the uploaded images appear in the WordPress Media Library?

No. Images are saved to your uploads directory but are not added as Media Library
attachments, so visitor submissions never clutter your library.

### Can I use this for a photo gallery or portfolio submission form?

Yes. Any form that needs visitors to submit multiple photos — galleries, portfolios,
applications, support requests — can use the Multi Image Upload field.

## 评价

此插件暂无评价。

## 贡献者及开发者

「Multimage – Image Uploads for WPForms」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ developerakshat ](https://profiles.wordpress.org/developerakshat/)

[帮助将「Multimage – Image Uploads for WPForms」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/multimage-image-uploads-for-wpforms)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/multimage-image-uploads-for-wpforms/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/multimage-image-uploads-for-wpforms/)，
或通过[RSS](https://plugins.trac.wordpress.org/log/multimage-image-uploads-for-wpforms/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/multimage-image-uploads-for-wpforms/)。

## 更新日志

#### 1.0.0

 * Initial release.

## 额外信息

 *  版本 **1.0.0**
 *  最后更新：**2 天前**
 *  活跃安装数量 **不到10**
 *  WordPress 版本 ** 5.8 或更高版本 **
 *  已测试的最高版本为 **7.0.2**
 *  PHP 版本 ** 7.4 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/multimage-image-uploads-for-wpforms/)
 * 标签
 * [file upload](https://cn.wordpress.org/plugins/tags/file-upload/)[image upload](https://cn.wordpress.org/plugins/tags/image-upload/)
   [multiple files](https://cn.wordpress.org/plugins/tags/multiple-files/)[WPForms](https://cn.wordpress.org/plugins/tags/wpforms/)
 *  [高级视图](https://cn.wordpress.org/plugins/multimage-image-uploads-for-wpforms/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/multimage-image-uploads-for-wpforms/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/multimage-image-uploads-for-wpforms/reviews/)

## 贡献者

 *   [ developerakshat ](https://profiles.wordpress.org/developerakshat/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/multimage-image-uploads-for-wpforms/)