PHPackages                             mcguffin/acf-dropzone - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. mcguffin/acf-dropzone

ActiveWordpress-plugin[File &amp; Storage](/categories/file-storage)

mcguffin/acf-dropzone
=====================

Drag and drop file upload for ACF-Fields.

1.1.16(5mo ago)339.2k1[1 PRs](https://github.com/mcguffin/acf-dropzone/pulls)GPL-3.0-or-laterPHPPHP &gt;=5.6.0

Since Nov 13Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/mcguffin/acf-dropzone)[ Packagist](https://packagist.org/packages/mcguffin/acf-dropzone)[ Docs](https://github.com/mcguffin/acf-dropzone)[ RSS](/packages/mcguffin-acf-dropzone/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (5)Versions (18)Used By (0)

ACF Dropzone
============

[](#acf-dropzone)

This is the official github repository of the [ACF Dropzone](https://wordpress.org/plugins/acf-dropzone/) plugin.

About
-----

[](#about)

Add drag and drop upload to ACF File Field, Image field and Gallery field.

Requires at least WP 5.0 and ACF 5.6.

Usage
-----

[](#usage)

Enable the "Dropzone" option in the field settings.

[![Dropzone Setting](.wporg/screenshot-1.png)](.wporg/screenshot-1.png)

Enjoy your new dropping experience!

[![Happy Dropping](.wporg/screenshot-2.png)](.wporg/screenshot-2.png)

Installation
------------

[](#installation)

### Production

[](#production)

#### In WP Admin

[](#in-wp-admin)

Just follow the [Automatic Plugin Installation](https://wordpress.org/support/article/managing-plugins/#automatic-plugin-installation) procedere.

#### WP-CLI

[](#wp-cli)

```
$ wp plugin install --activate acf-dropzone

```

#### Using composer

[](#using-composer)

```
composer require mcguffin/acf-dropzone

```

### Development

[](#development)

- cd into your plugin directory
- $ `git clone git@github.com:mcguffin/acf-dropzone.git`
- $ `cd acf-dropzone`
- $ `npm install`
- $ `npm run dev`

Plugin API
----------

[](#plugin-api)

To add dropzone capability to arbitrary field types you can use the `acf_dropzone/file_fields` and `acf_dropzone/gallery_fields` filter.

This might come in handy if you use the feature image field type of [ACF Frontend](https://wordpress.org/plugins/acf-frontend-form-element/), or something alike.

Adding support for ACF Frontend‘s `featured_image` field:

```
add_filter( 'acf_dropzone/file_fields', function($fields) {
	$fields[] = 'featured_image';
	return $fields;
});
```

Please note that the field input HTML needs to be exactly as the one provided by ACF, so filters won't work on any field.

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance72

Regular maintenance activity

Popularity29

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 98.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~147 days

Recently: every ~280 days

Total

16

Last Release

155d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2e32281e1b5f0cbc598ece29eae06589fc9ed6aeb4529f5dd927bf0641e42fa4?d=identicon)[mcguffin](/maintainers/mcguffin)

---

Top Contributors

[![mcguffin](https://avatars.githubusercontent.com/u/402988?v=4)](https://github.com/mcguffin "mcguffin (163 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")

---

Tags

advanced-custom-fieldsdropzoneuploadwordpress-pluginpluginwordpressuploadacfdropzone

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/mcguffin-acf-dropzone/health.svg)

```
[![Health](https://phpackages.com/badges/mcguffin-acf-dropzone/health.svg)](https://phpackages.com/packages/mcguffin-acf-dropzone)
```

###  Alternatives

[kartik-v/yii2-widget-fileinput

An enhanced FileInput widget for Bootstrap 3.x, 4.x &amp; 5.x with file preview, multiple selection, and more features (sub repo split from yii2-widgets)

2286.8M94](/packages/kartik-v-yii2-widget-fileinput)[humanmade/network-media-library

Network Media Library provides a central media library that's shared across all sites on the Multisite network.

29644.8k](/packages/humanmade-network-media-library)[itskodinger/midia

Simple Media manager for your Laravel project

1415.8k](/packages/itskodinger-midia)[recca0120/upload

Ajax Upload Large File Support jQuery-File-Upload, FileApi, Plupload, For framework Laravel

816.5k](/packages/recca0120-upload)[iceicetimmy/acf-post-type-selector

Post type selector for Advanced Custom Fields.

559.0k](/packages/iceicetimmy-acf-post-type-selector)[devgroup/yii2-dropzone

Yii2 Dropzone widget

1051.6k1](/packages/devgroup-yii2-dropzone)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
