Store file uploads for Contact Form 7 for WordPress Plugin Directory
By mirceatm
Store file uploads for Contact Form 7 is the #60 ranked form app on WordPress, with a 5.0 average rating from 7 reviews, as of Sep 2, 2026.
Store file uploads for Contact Form 7 is a WordPress Plugin Directory app by mirceatm. With a rating of 5.0★ from 7 reviews, it currently ranks #60 in the Form category.
AppRanks data: Store file uploads for Contact Form 7 ranks #60 in Form on WordPress Plugin Directory, placing it in the top 11% of that category.
AppRanks verdict
Generated from live marketplace data — refreshed daily
Store file uploads for Contact Form 7 is a category-leading WordPress app with a limited review volume. It is listed in the Form category on WordPress Plugin Directory, which AppRanks treats as the canonical taxonomy node for ranking and competitor comparison. 7 reviews put it in the early-traction tier — useful for early-stage stores willing to be on the leading edge. Early-traction review counts are sensitive to single launch periods or feature events, so a 30-day re-check before bigger commitments often resolves whether the trend is sustained. Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +High average rating (5.0★) signals consistent merchant satisfaction
- +Published by mirceatm — established developer track record
Cons
- −Limited review base (7) — ratings can shift significantly with new feedback
Looking to switch from Store file uploads for Contact Form 7?
See Store file uploads for Contact Form 7's alternatives ranked by audit score, rating, and review velocity.
How Store file uploads for Contact Form 7 works
Show full descriptionShow less
By default, Contact Form 7 dose not keep data it sends trough it’s contact forms.
While plugins like Flamingo save that data, uploaded files are not added to Media Library.
This plugin will save uploaded files to Media Library before email is sent by CF7.
This plugin will raise an event with the the full file path & name.
Subscribe to nmr_create_attachment_file_name filter to get and/or update data before attachment is added to media library.
// The filter callback function. function example_callback( $file_name ) { // (maybe) modify $file_name. return $file_name; } add_filter( 'nmr_create_attachment_file_name', 'example_callback', 10, 1 );
Subscribe to nmr_before_insert_attachment filter to be able to change attachment attributes: caption and description are ‘post_excerpt’ and ‘post_content’.
For other attributes, check documentation for wp_insert_attachment.
// The filter callback function. function before_insert_attachment_callback( $attachment ) { // (maybe) modify $attachment array. return $attachment; } add_filter( 'nmr_before_insert_attachment', 'before_insert_attachment_callback', 10, 1 );
Optionally, subscribe to nmr_should_skip_save_attachment_to_media_library filter to be able to skip saving the attachment to media library: return true to skip, false is the default behaviour that saves the attachment to media library. Filter nmr_before_insert_attachment will not be called if skip was true.
// The filter callback function. function skip_media_library_callback( $skip_save_to_media_library ) { // return true to skip saving to Media Library, false to save. return true; } add_filter( 'nmr_should_skip_save_attachment_to_media_library', 'skip_media_library_callback', 10, 1 );
This plugin will send the final attachment id if you are interested in getting other details, like attachment url.
Listen to nmr_create_attachment_id_generated action.
// The action callback function. function example_callback_id_generated( $attachment_id ) { // (maybe) do something with the args. $url = wp_get_attachment_url( $attachment_id ); } add_action( 'nmr_create_attachment_id_generated', 'example_callback_id_generated', 10, 1 );
Docs & Support Check the support forum on WordPress.org. If you can’t locate any topics that pertain to your particular issue, post a new topic for it.
Store file uploads for Contact Form 7 Needs Your Support It is hard to continue development and support for this free plugin without contributions from users like you. If you enjoy using -Store file uploads for Contact Form 7- and find it useful, please consider making a donation. Your donation will help encourage and support the plugin’s continued development and better user support.
Privacy Notices With the default configuration, this plugin, in itself, does not:
track users by stealth;
write any user personal data to the database;
send any data to external servers;
use cookies.
It will, however store uploaded files trough Contact Form 7 in WordPress Media Library.
Make sure your website users are aware of this fact!!!
Pro Version Need more? The Pro version adds 13 features:
Per-form control — choose which forms save files, set custom folder and rename pattern per form
Auto-rename — rename files using patterns like {name}-{date}.{ext} from other CF7 fields
Unique filenames — automatically avoid overwriting files with the same name
Custom upload folder — save files to a specific subfolder per form
File URL in email — replace [file] mail tag with a clickable link instead of an attachment
Skip-mail compatibility — save files even when CF7’s skip_mail: on is set
Upload log — admin screen listing every uploaded file with form, date, size, and download link
Private files — store files outside the Media Library with access protection
Admin notification — receive an email with file link on every upload
Flamingo integration — link uploaded files to Flamingo inbound message entries
Auto-delete — remove uploads older than a configurable number of days
Image resize / compress — resize and compress images on upload
Duplicate detection — skip saving if the same file was already uploaded (MD5 check)
Get Pro →
Category rankings
As of Sep 8, 2026- Form#60of 551Top 11%
See 90-day rank history for each category
Track daily rank changes, category shifts, and position volatility.
Keyword rankings
Store file uploads for Contact Form 7 ranks for 5 keywords across WordPress Plugin Directory. Here are the top 3:
- Rank #100
- 2.formRank #176
- Rank #185
Competitors & alternatives
Store file uploads for Contact Form 7 doesn't have curated competitor matchups yet. Other tracked form apps on WordPress:
Where Store file uploads for Contact Form 7 stands in the Form category
Store file uploads for Contact Form 7 ranks #60 of 551 apps in the Form category, placing it in the top 11% of the listing.
Frequently asked questions
What is Store file uploads for Contact Form 7?
Store file uploads for Contact Form 7 is an app for WordPress. It currently holds a 5.0-star rating from 7 merchant reviews, and AppRanks has been tracking its public marketplace data on the refresh cadence published in our methodology. It is listed under the Form category on AppRanks, where you can see its current category position, review-velocity trend, and how it compares against the top alternatives in the same space. Developed by mirceatm.
Who uses Store file uploads for Contact Form 7?
Currently around 1,000 active stores have installed Store file uploads for Contact Form 7. Its review base is still building, which usually maps to early-stage merchants and stores piloting a new workflow. It is part of the Form category on WordPress.
Where does Store file uploads for Contact Form 7 rank on WordPress?
Store file uploads for Contact Form 7 currently sits at position #60 in the Form category on WordPress. That places it in the top 11% of 551 apps tracked in the same category. Category positions are read from the live marketplace ranking and refresh on each scrape, so the number you see here reflects the most recent crawl rather than a long-running average.