Write a first windows application
Write the famous “Hello, World” program: To output text to the console. To output text to a dialog window. To make the dialog appear after selecting a menu item. Then, if yo
Read More
In this example we are going to explain how to upload mulitple images using dropzone library in Codeigniter. Simple drag and drop image on the webpage. dropzone jQuery plugin, you can easily upload images on the server. if you have any requirment of uploading builk images dropzone is the best option. Dropzone has a preview and remove option where you can add, view and remove option.
Dropzone provides the different type of validation rules like max file upload, upload specific type of file like you can set the validation rule to take only jpeg extension. As a Codeigniter Development Company india we have used Dropzone in many of our web based application development company in Coimbatore.
Step 1: Download Codeigniter latest Version
In this first step, Download Codeigniter latest Version to start with scratch.
Step 2: Add Routes
In this step, I will setup two routes in route file to handle the request to upload file on the server.
Routes file Path - application/config/routes.php
Step 3: Create Controller
In this step, create a controller "ImageController.php".
Controller file Path - application/controllers/.
Step 4: Create View Files "fileupload.php"
In this step, create a view file "fileupload.php" to render the HTML form to upload image.
View file Path application/views/"fileupload.php"
Request a FREE Business Plan.
Write the famous “Hello, World” program: To output text to the console. To output text to a dialog window. To make the dialog appear after selecting a menu item. Then, if yo
Read MoreIn today's hectic travel environment, effectiveness and planning are critical. The correct tools can make all the difference, whether you are an individual organizing a holiday or a business execu
Read MoreThis article we are going shows how to disable browser cache easily for particular, individual and separate functions and controller in Codeigniter. We face some kind of problems in real life when bro
Read More