PHP Image Upload Script

PHP secure Image Upload Script. Jquery Ajax multiple Image Upload Script

Login required this page
Admin Page Email Password
password minimum 8 characters
Prefix database tables name
3 database table [images,settings,users]
hcg_images
hcg_image_settings
hcg_image_users
Set folder name
  • hcg-upload
    • admin
      • action.php
      • images.php
      • index.php
      • login.php
      • logout.php
      • trash.php
      • uploads.php
    • config
      • app.php
      • upload.php
    • css
      • dashboard.css
      • images.css
      • main.css
      • hcg-upload.css
    • include
      • action.php
      • author.php
      • dashboard.php
      • image-data.php
      • trash-data.php
    • install
      • hcg_images.sql
      • index.php
    • js
      • hcg-upload.js
      • trash.js
      • images.js
      • main.js
    • uploads
      • images
        • image-1.png
        • image-2.png
        • image-3.png
      • thumb
        • image-1.png
        • image-2.png
        • image-3.png
      • trash
        • image-1.png
        • image-2.png
        • image-3.png
      • .htaccess
    • index.html
    • upload.php

Features

  • Upload multiple images
  • Rename image
  • Copy and move images
  • Delete images
  • Set file limit (1000 images)
  • Set size limit (1GB, 10GB)
  • Set upload size limit (1MB, 2MB, 10MB)
  • Block unblock uploading
  • Search image type, size, name
  • Restore deleted images
  • Create image Thumbnail

installation requirements

  • PDO PHP Extension
  • GD PHP extension
  • JSON PHP Extension

installation

  • 1 Download Zip file
  • 2 Upload this Zip file to Cpanel file manager public_html folder
  • 3 Extract Zip file
  • 4 Open config folder find app.php and set your database connection and cookies
  • 5 Open link http://www.yoursite.com/hcg-upload/install
  • 6 click install button
  • 7 Enter your email and password Log into the Admin page