by Glen Don Mongaya
4.8 (94 reviews)
Drag and Drop Multiple File Upload for Contact Form 7
This simple plugin create Drag & Drop or choose Multiple File upload in your Confact Form 7 Forms.
Compatible with WP 6.9.4
v1.3.9.6
Current Version v1.3.9.6
Updated 4 weeks ago
Last Update on 05 Mar, 2026
Refreshed 6 hours ago
Last Refreshed on
Rank
#690
—
No change
Active Installs
60K+
—
No change
KW Avg Position
48.8
—
No change
Downloads
1.3M
+163 today
Support Resolved
0%
—
No change
Rating
96%
Review 4.8 out of 5
4.8
(94 reviews)
Next Milestone 70K
60K+
70K+
50
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 7,043 more installs to reach 70K+
Rank Changes
Current
#690
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
4.8
94 reviews
Overall
96%
5
88
(94%)
4
2
(2%)
3
0
(0%)
2
0
(0%)
1
4
(4%)
Tracked Keywords
Showing 5 of 5| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| ajax uploader | 2 | — | Tag | 1 day ago |
| multiple file | 46 | — | Tag | 1 day ago |
| drag-and-drop | 59 | — | Tag | 1 day ago |
| upload | 67 | — | Tag | 1 day ago |
| contact form 7 | 70 | — | Tag | 1 day ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Support Threads Overview
Resolved
Unresolved
5
Total Threads
0
Resolved
5
Unresolved
0%
Resolution Rate
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 1.3.9.6
- Last Updated
- Mar 05, 2026
- Requires WP
- 3.0.1+
- Tested Up To
- 6.9.4
- PHP Version
- 5.2.4 or higher
- Author
- Glen Don Mongaya
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 4.8
- Reviews
- 94
- Support Threads
- 5
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
WP Adminify – White Label WordPress, Admin Menu Editor, Login Customizer
7K+ installs
#2,714
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#953
Firelight Lightbox
200K+ installs
#257
Performance Lab
200K+ installs
#279
Photo Gallery by 10Web – Mobile-Friendly Image Gallery
200K+ installs
#280
Frequently Asked Questions
Common questions about Drag and Drop Multiple File Upload for Contact Form 7
For any bug reports go to Support page.
To limit file size in multiple file upload field generator under Contact Form 7, there's a field File size limit (bytes). You can also manually add limit parameter in existing [mfile] tag. Example: [mfile upload-file-433 limit:20971520] - This limit the user to upload upto 20MB only. Please take note it should be Bytes you may use any converter just Google (MB to Bytes converter) default of this plugin is 5MB(5242880 Bytes).
You can limit the number of files in your file upload by adding this parameter max-file:3 to your shortcode : Example: [mfile upload-file-344 max-file:3] - this option will limit the user to upload only 3 files.
You can add or change file types in cf7 Form-tag Generator Options by adding jpeg|png|jpg|gif in Acceptable file types field. Example : [mfile upload-file-433 filetypes:jpeg|png|jpg|gif]
You can change text Drag & Drop Files Here or Browse Files text in Wordpress Admin menu under Contact > Drag & Drop Upload.
Some email servers have limitations on file attachment sizes (e.g., Google allows a maximum of 20-25 MB). Attaching large files to emails can be problematic. Consider using this option to display links in the email instead of attaching the files. Go to WP Admin Contact -> Drag & Drop Upload settings then check "Send Attachment as links?" option. To manage mail template, go to Contact Forms edit specific form and Select Mail tab. In Message Body add generated code from [mfile]. ( Example Below ) Message Body : [your-message] File Links 1 : [upload-file-754] File Links2 : [upload-file-755] Note : No need to add in File Attachments field. See Video Demonstration
In order to attach files to email you will need to check and make sure "send as file(s) as links" option is unchecked. Go to Wordpress admin menu "Contact -> Edit {specific_form}" click or hover the cf7 form you want to edit. In "Edit Contact Form" page click "Mail" tab and in the bottom you will see "File attachments" field, on this field add your upload field name (ie: [upload-file-xxx]), you will find the upload name in "Form" tab generated from [mfile] shortcode. If attaching multiple files from a different file upload just add all the upload fields name. (see example below) File attachments: [upload-file-111] [upload-file-222] See Video Demonstration