Programming Fields

  • Interview Q&A
    • Laravel Interview Q&A
  • Laravel
  • Livewire
  • React
  • Angular
  • Node
  • CodeIgniter
Home » File Upload in PHP MySQL

How to Upload Image and File in Codeigniter 4 with Validation

May 14, 2021 by Umesh Rana Leave a Comment

Upload Image in Codeigniter 4

When you want to upload image in Codeigniter 4, you have to take care of the validation. Without proper validation, file upload is not secure for SQL injection. Someone might do the SQL injection with the file upload. Hence, it is very important to prevent code injection through the file upload. In Codeigniter, you can […]

Filed Under: CodeIgniter 4 Tagged With: File Upload in Codeigniter 4, File Upload in PHP MySQL, Image Upload in Codeigniter, Image Validation in Codeigniter, Upload File in Codeigniter, Validate Image in Codeigniter

PHP Import CSV File Data into MySQL Database with Preview

September 7, 2019 by Umesh Rana 10 Comments

Import CSV File in PHP

We can import the CSV files in PHP and store it into the database. The CSV (Comma-Separated Value) data can be imported easily using PHP Import CSV procedure. When we have a bunch of data to insert it into the database, then, in that case, inserting records one by one is very time-consuming. So to […]

Filed Under: PHP Tagged With: File Upload in PHP MySQL, Import CSV File in PHP, PHP CSV Upload, PHP File Upload Script, Read CSV File in PHP

Drag and Drop Multiple File Upload in PHP Using Dropzone js

August 31, 2019 by Umesh Rana 1 Comment

jQuery File Upload in PHP

If you want to upload multiple files in PHP then you will require to read the files in the form of an array. It will push file one by one from the source path to the destination path using the loop. But in this case, you cannot achieve the simplicity of the file upload. You […]

Filed Under: jQuery, PHP Tagged With: Drag and Drop File Upload, Dropzone File Upload, File Upload in PHP MySQL, Multiple File Upload PHP, PHP File Upload Script

PHP File Upload Using jQuery and Ajax

August 25, 2019 by Umesh Rana 2 Comments

PHP File Upload

When we upload the files in PHP it means we move the files from one location to another. Generally, if we talk about the PHP file upload, then we know that in every request of the client to the server, the server returns the response with the required data. So, in case of PHP file […]

Filed Under: AJAX Tutorial, jQuery, PHP Tagged With: Ajax File Upload PHP, Ajax PHP Form Handling, File Upload in PHP MySQL, PHP File Upload Script, Upload Photo PHP

Categories

  • AJAX Tutorial (13)
  • Angular (3)
  • CodeIgniter 4 (13)
  • Git (3)
  • Interview Questions & Answers (1)
  • jQuery (17)
  • Laravel (142)
  • Linux (14)
  • Livewire (8)
  • MacOS (3)
  • Node (2)
  • PHP (16)
  • React (21)
  • Tailwind CSS (1)
  • WordPress (7)

Support Us on YouTube

The Mind Behind This Blog

A passionate Full Stack Developer with a flair for crafting web and mobile solutions that deliver outstanding user experiences. With 6+ years of hands-on experience in the world of software development. I thrive on turning complex ideas into elegant, efficient, and user-friendly applications. Apart from it, I am a knowledge enthusiast, and devoted content creator. Read More…

Quick Navigation

  • Home
  • About Us
  • Privacy Policy
  • Contacts

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Copyright © 2025· Programming Fields· All rights Reserved. And Our Sitemap.All Logos & Trademark Belongs To Their Respective Owners·

Programming Fields
  • Interview Q&A
    • Laravel Interview Q&A
  • Laravel
  • Livewire
  • React
  • Angular
  • Node
  • CodeIgniter