Codeigniter Bootstrap Upload Manager

Overview

This is image media manager script. It is built with Codeigniter 3 and Bootstrap 3. This
script helps the developer to manage uploading file. With the help of this
script you can add all images at one place and use the image any in your any
kind of form. This is similar to WordPress media Uploader.

This script helps you to add multiple images into your form. You can set the maximum
selection of the images. When you upload the image it will show the progress
bar of uploading.

Features

  • Upload multiple images with jquery-Ajax.
  • Image resizing and save in folder option with codeigniter.
  • Update image property with jquery-ajax.
  • Select multiple image for your form submission.
  • Select Image will add in hidden fields.
  • Add Media Link in your form.
  • Delete Image Option.
  • Fully Responsive.
  • All things will work in Bootstrap Model.
  • Built with Codeigniter 3 and Bootstrap 3 & MySqli.
  • Full Support

Requirements

  • Php
  • MySqli
  • Bootstrap 3.3.7
  • Jquery
  • Jquery ajaxForm

Instructions

  • Download and extract the zip file on your server.
  • Import the .sql file in your database
  • Change the base_url in application/config/config.php according to your server.
  • Change database credentials in application/config/database.php according to your requirement.

Related