File Upload

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

PHP Image Upload Using DropzoneJs

In this article, I will walk you through to implement image upload using DropzoneJS. It provides a nice and flexible interface it to the use ...

January 2nd, 2018

Twitter Like Profile Image Upload using jQuery AJAX

Twitter-like social media websites provide the photo upload feature with a list of action bar items, related to the upload process. These ac ...

April 10th, 2017

Pause Resume File Upload using JavaScript

In this tutorial, we are going to see how to implement file upload with pause and resume options using FineUploader. These options will be u ...

April 7th, 2017

↑ Back to Top