File Upload

Upload and Display Image in PHP

An example for learning how to upload and display Image in PHP with server-side validation. ...

July 5th, 2023

PHP Upload Image to Database with MySql

A thin example of PHP upload image to a database in BLOB format and display the uploaded image to the UI. ...

June 28th, 2023

AJAX File Upload with Progress Bar using JavaScript

A JavaScript AJAX script to a file and track using a progress bar in the client side. ...

June 17th, 2023

PHP compress image optimize, resize and upload

The PHP compress image process optimizes uploaded images by resizing with optimal quality. Uses PHP GD function for compression. ...

April 11th, 2022

PHP File Upload to Server with MySQL Database

PHP file upload to server examples with minimal code to insert the file into the MySQL database and manage records with edit, delete control ...

February 1st, 2022

How to Create Multiple Thumbnails While Uploading Image

Generally, thumbnails are created to reduce the image dimensions and size. Creating thumbnails for the uploaded images is the good practice. ...

November 14th, 2018

Upload and Crop Image using PHP and jQuery

In a previous article, we have seen the PHP code for cropping images using jQuery. In that example, the landing page loads a static image el ...

August 13th, 2018

jQuery Ajax Image Upload with Animating Progress Bar

Image / file upload should always have a progress bar. It is a feature that most of the developers ignore. It should be seen as part of the ...

July 9th, 2018

PHP Image Upload with Size Type Dimension Validation

File upload feature requires basic validations to sanitize the user input. There is a huge chance of exploiting a file upload option with ma ...

March 8th, 2018

PHP Image Upload using TinyMCE Editor

TinyMCE is the popular WYSIWYG HTML Editor. It stands for Tiny Moxiecode Content Editor. It supports text formatting, image upload and modif ...

February 12th, 2018

↑ Back to Top