Plugin info

Total downloads: 1,362
Active installs: 10
Total reviews: 4
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 6/19/2015 (3848 days ago)
Added to WordPress: 6/2/2015 (10 years old)
Minimum WordPress version: 3.0
Tested up to WordPress version: 4.2.34
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3848 days ago • 4 reviews

22/100

Is Ezy Front Image Uploader abandoned?

Possibly abandoned (last update 3848 days ago).

Compatibility

Requires WordPress: 3.0
Tested up to: 4.2.34
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

What is Frontend Uploader?

This plugin is a simplest way for upload & attached images to posts or pages of your site.
The plugin uses a set of shortcodes to let you create highly customizable slider image & image upload options to your posts and pages.It?s that easy!

5 Steps to using Frontend Uploader

Install the plugin.
Insert the Ezy Frontend Image Uploader shortcode into a post. The basic form can be inserted using [ezy_upload uploadtype=”s” multiple_image_upload = “0”], please visit the FAQs for more complex forms.
Users can attach images to post or pages by clicking attach button.
Users can also hide form by click hide button.
To display slider to all attached image into post or pages by [ezy_slider] shortcode.
Your user generated media is live.
Exploring Customizations

You can modify the submission form as needed, and have users submit posts. Please visit the FAQ page for more information.
This plugin can be applied to Posts, Pages, and Custom Post Types. You can enable this via Settings > Frontend Uploader Settings.
In addition to the WordPress whitelisted file types, this also supports uploading of Microsoft Office and Adobe files, as well as various video and audio files. You can enable these file types via Settings > Frontend Uploader Settings.
The plugin allows you to upload all filetypes that are whitelisted in WordPress. If you?d like to add more file types and are comfortable with theme development, there’s a filter that’ll allow you to add some exotic MIME-type.
You can also get recent attached id to posts or pages by using $ezyUpload->recentAttachIds as an array which you can used in any form.

Donations

Installation

Upload ezy-front-image-uploader to the /wp-content/plugins/ directory
Activate the plugin through the ‘Plugins’ menu in WordPress
Use the following shortcode in post or page: [ezy_upload],[ezy_slider]
Moderate user posts in Posts

Frequently Asked Questions

Shortcode parameters
Customizing Your Form with Shortcode Parameters

[ezy_upload] contains two attributes as an options.Both of them are explained as below:

uploadtype => It contains two options either using simple file upload by “s” or dynamic form
by providing “a”.

multiple_image_upload => This attribute for multiple image/single image upload.

For eg: [ezy_upload uploadtype=”s” multiple_image_upload = “0”]

If you will be going to use it on your form then after attaching images to posts
or pages.you can get all recent attached ids by using $ezyUpload->recentAttachIds
where $ezyUpload is the global variable.

Review feed

No reviews available

Screenshots

  1. <p>Default media upload form</p>

    Default media upload form

  2. <p>Dynamic media upload form</p>

    Dynamic media upload form

  3. <p>Ezy slider</p>

    Ezy slider

Changelog

Initial release and well written readme